{"id":19501245,"url":"https://github.com/acryps/vlquery","last_synced_at":"2025-10-04T19:16:04.687Z","repository":{"id":45897309,"uuid":"299038877","full_name":"acryps/vlquery","owner":"acryps","description":"TypeScript ORM for postgresql","archived":false,"fork":false,"pushed_at":"2025-08-12T07:14:05.000Z","size":339,"stargazers_count":3,"open_issues_count":11,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-08-12T09:13:34.443Z","etag":null,"topics":["audits","database","entity","orm","postgres","typescript"],"latest_commit_sha":null,"homepage":"","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/acryps.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-09-27T13:32:19.000Z","updated_at":"2025-08-12T07:14:08.000Z","dependencies_parsed_at":"2022-09-26T18:51:15.227Z","dependency_job_id":"32020d65-6794-496f-9ef1-2ee2585cc88b","html_url":"https://github.com/acryps/vlquery","commit_stats":null,"previous_names":["levvij/vlquery"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/acryps/vlquery","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fvlquery","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fvlquery/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fvlquery/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fvlquery/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/acryps","download_url":"https://codeload.github.com/acryps/vlquery/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/acryps%2Fvlquery/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278361098,"owners_count":25974413,"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","status":"online","status_checked_at":"2025-10-04T02:00:05.491Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["audits","database","entity","orm","postgres","typescript"],"created_at":"2024-11-10T22:12:01.430Z","updated_at":"2025-10-04T19:16:04.423Z","avatar_url":"https://github.com/acryps.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![npm version](http://badge.acryps.com/npm/vlquery)](http://badge.acryps.com/go/npm/vlquery)\n\n\u003cimg src=\"doc/assets/logo.svg\" height=\"50\"\u003e\n\n# vlquery TypeScript ORM\nSimple to use TypeScript based database first ORM for postgres.\n\nExample usage:\n\u003cpre\u003e\nconst books = await db.book\n\t.where(book =\u003e book.author.firstname == \"Jan\")\n\t.orderByAscending(book =\u003e book.title.lowercase())\n\t.toArray();\n\nconst author = await db.person.find(\"\u0026lt;a very long uuid\u0026gt;\");\nconst authorsFirstBookFrom2001 = await author.books\n\t.first(book =\u003e book.publishedAt.year == 2001);\n\nauthorsFirstBookFrom2001.title = \"A new title\";\nawait authorsFirstBookFrom2001.update();\n\u003c/pre\u003e\n\n## Examples\n[Simple Example Project](https://github.com/levvij/vlquery-example)\u003cbr\u003e\n[Using audits with an express server](https://github.com/levvij/vlquery-audit-example)\n\n## Documentation\n[Getting started](doc/getting-started.md)\u003cbr\u003e\n[Database structure](doc/database-structure.md)\u003cbr\u003e\n[Reading, filtering and ordering data](doc/read-filter-order.md)\u003cbr\u003e\n[Altering data](doc/altering-data.md)\u003cbr\u003e\n[Adding audits](doc/audit.md)\u003cbr\u003e\n[Performance and include](doc/performance-and-include.md)\n\n## Sponsoring and support\nThis project is sponsored and supported by [inter allied crypsis / ACRYPS](https://acryps.com) and [VLVT.IN GmbH](https://vlvt.in).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facryps%2Fvlquery","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Facryps%2Fvlquery","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Facryps%2Fvlquery/lists"}