{"id":30135740,"url":"https://github.com/vitaliy-art/databases","last_synced_at":"2025-08-10T22:52:40.556Z","repository":{"id":44892021,"uuid":"504682859","full_name":"vitaliy-art/databases","owner":"vitaliy-art","description":"Database CRUD examples for different languages","archived":false,"fork":false,"pushed_at":"2024-05-10T15:03:39.000Z","size":644,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-05-10T16:26:26.379Z","etag":null,"topics":["database","examples","orm","sqlite3"],"latest_commit_sha":null,"homepage":"","language":null,"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/vitaliy-art.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}},"created_at":"2022-06-17T22:02:33.000Z","updated_at":"2024-05-10T16:26:28.079Z","dependencies_parsed_at":"2024-03-03T02:26:21.067Z","dependency_job_id":"af441fd3-625f-4ec1-bdc9-9b81b9ff2d2b","html_url":"https://github.com/vitaliy-art/databases","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vitaliy-art/databases","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-art%2Fdatabases","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-art%2Fdatabases/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-art%2Fdatabases/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-art%2Fdatabases/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vitaliy-art","download_url":"https://codeload.github.com/vitaliy-art/databases/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vitaliy-art%2Fdatabases/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":269803772,"owners_count":24477650,"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-08-10T02:00:08.965Z","response_time":71,"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":["database","examples","orm","sqlite3"],"created_at":"2025-08-10T22:52:37.600Z","updated_at":"2025-08-10T22:52:40.514Z","avatar_url":"https://github.com/vitaliy-art.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# databases\nDatabase CRUD examples for different languages\n\n## How to run\n\nOpen the desired project as root folder in VSCode, then open [Command Palette](https://code.visualstudio.com/docs/getstarted/userinterface#_command-palette) and type `Reopen in Container`. Press Enter and after executing scripts press F5 (Run and Debug).\n\n## C#\n[EntityFramework](https://github.com/vitaliy-art/databases/tree/main/CSharp/EntityFramework)\n\n[LINQtoDB](https://github.com/vitaliy-art/databases/tree/main/CSharp/LINQtoDB)\n\n## Go\n[GORM](https://github.com/vitaliy-art/databases/tree/main/Go/GORM)\n\n[Beego](https://github.com/vitaliy-art/databases/tree/main/Go/Beego)\n\n## Python\n[SQLAlchemy](https://github.com/vitaliy-art/databases/tree/main/Python/SQLAlchemy)\n\n[Peewee](https://github.com/vitaliy-art/databases/tree/main/Python/Peewee)\n\n## PHP\n[Doctrine](https://github.com/vitaliy-art/databases/tree/main/PHP/Doctrine)\n\n[CycleORM](https://github.com/vitaliy-art/databases/tree/main/PHP/CycleORM)\n\n## TypeScript\n[TypeORM](https://github.com/vitaliy-art/databases/tree/main/TypeScript/TypeORM)\n\n[Sequelize](https://github.com/vitaliy-art/databases/tree/main/TypeScript/Sequelize)\n\n[MikroORM](https://github.com/vitaliy-art/databases/tree/main/TypeScript/MicroORM)\n\n## JavaScript\n[TypeORM](https://github.com/vitaliy-art/databases/tree/main/JavaScript/TypeORM)\n\n[Sequelize](https://github.com/vitaliy-art/databases/tree/main/JavaScript/Sequelize)\n\n[MikroORM](https://github.com/vitaliy-art/databases/tree/main/JavaScript/MikroORM)\n\n## CoffeeScript\n[TypeORM](https://github.com/vitaliy-art/databases/tree/main/CoffeeScript/TypeORM)\n\n[MikroORM](https://github.com/vitaliy-art/databases/tree/main/CoffeeScript/MikroORM)\n\n## F#\n[EntityFramework](https://github.com/vitaliy-art/databases/tree/main/FSharp/EntityFramework)\n\n[LINQtoDB](https://github.com/vitaliy-art/databases/tree/main/FSharp/LINQtoDB)\n\n## Lua\n[4DaysORM](https://github.com/vitaliy-art/databases/tree/main/Lua/4DaysORM)\n\n## C++\n[SQLite ORM](https://github.com/vitaliy-art/databases/tree/main/C%2B%2B/sqlite-orm)\n\n## Java\n[Hibernate](https://github.com/vitaliy-art/databases/tree/main/Java/Hybernate)\n\n## Kotlin\n[Hibernate](https://github.com/vitaliy-art/databases/tree/main/Kotlin/Hibernate)\n\n## Groovy\n[Hibernate](https://github.com/vitaliy-art/databases/tree/main/Groovy/Hibernate)\n\n## Clojure\n[Toucan](https://github.com/vitaliy-art/databases/tree/main/Clojure/Toucan)\n\n## Dart\n[orm](https://github.com/vitaliy-art/databases/tree/main/Dart/orm)\n\n## R\n[RSQLite](https://github.com/vitaliy-art/databases/tree/main/R/RSQLite)\n\n## Swift\n[SQLite.swift](https://github.com/vitaliy-art/databases/tree/main/Swift/SQLite.swift_example)\n\n## Rust\n[Diesel](https://github.com/vitaliy-art/databases/tree/main/Rust/Diesel)\n\n## Ruby\n[ActiveRecord](https://github.com/vitaliy-art/databases/tree/main/Ruby/ActiveRecord)\n\n## Elixir\n[ecto](https://github.com/vitaliy-art/databases/tree/main/Elixir/ecto)\n\n## Scala\n[Slick](https://github.com/vitaliy-art/databases/tree/main/Scala/Slick)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitaliy-art%2Fdatabases","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvitaliy-art%2Fdatabases","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvitaliy-art%2Fdatabases/lists"}