{"id":29025989,"url":"https://github.com/onfirenetwork/onsettypescriptorm","last_synced_at":"2026-05-09T06:34:47.322Z","repository":{"id":57133228,"uuid":"206369259","full_name":"OnfireNetwork/OnsetTypescriptORM","owner":"OnfireNetwork","description":"Onset MariaDB ORM in Typescript","archived":false,"fork":false,"pushed_at":"2019-09-23T22:27:57.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-06-20T04:04:34.272Z","etag":null,"topics":["database","mariadb","onset","orm"],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OnfireNetwork.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-09-04T16:57:07.000Z","updated_at":"2019-09-23T22:27:59.000Z","dependencies_parsed_at":"2022-09-03T15:02:19.889Z","dependency_job_id":null,"html_url":"https://github.com/OnfireNetwork/OnsetTypescriptORM","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/OnfireNetwork/OnsetTypescriptORM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OnfireNetwork%2FOnsetTypescriptORM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OnfireNetwork%2FOnsetTypescriptORM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OnfireNetwork%2FOnsetTypescriptORM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OnfireNetwork%2FOnsetTypescriptORM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OnfireNetwork","download_url":"https://codeload.github.com/OnfireNetwork/OnsetTypescriptORM/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OnfireNetwork%2FOnsetTypescriptORM/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262003994,"owners_count":23243358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["database","mariadb","onset","orm"],"created_at":"2025-06-26T05:07:55.276Z","updated_at":"2026-05-09T06:34:47.264Z","avatar_url":"https://github.com/OnfireNetwork.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# OnsetTypescriptORM\n\nOnset MariaDB ORM in Typescript\n\n## Installation\n```\nnpm install @onfire-network/onset-typescript-orm --save\n```\n\n## Example\n```typescript\ninterface User {\n    id: number;\n    name: string;\n    steam_id: string;\n}\nlet conn = new MariaDB.Connection(\"localhost\", \"myuser\", \"changeme123\", \"mydatabase\");\nlet usersTable = new Table\u003cUser\u003e(conn, \"users\");\nusersTable.get(\"SELECT * FROM users\", users =\u003e {\n    users.forEach(user =\u003e {\n        Server.broadcast(user.name);\n    });\n});\nconn.close();\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonfirenetwork%2Fonsettypescriptorm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonfirenetwork%2Fonsettypescriptorm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonfirenetwork%2Fonsettypescriptorm/lists"}