cpp-ORM
Database ORM
A C++ library providing a simple and lightweight Object-Relational Mapping (ORM) system for interacting with relational databases.
A project to create a simple ORM.
7 stars
5 watching
1 forks
Language: C
last commit: almost 4 years ago
Linked from 1 awesome list
cpp11mysqlormsqlsqlite3
Related projects:
Repository | Description | Stars |
---|---|---|
eudoxia0/crane | A database abstraction layer for Common Lisp, providing an object-relational mapping interface. | 201 |
alevy/postgresql-orm | An Object Relational Mapping library for Haskell that simplifies interactions with PostgreSQL databases. | 78 |
cakephp/orm | An Object-Relational Mapper that allows developers to interact with relational databases using an object-oriented approach. | 149 |
juancarlospaco/nim-gatabase | A compile-time ORM for Nim, providing a simplified DSL for working with databases. | 120 |
silverqx/tinyorm | A modern C++ ORM library providing a simple interface to interact with databases. | 242 |
araq/ormin | A library that provides an object-relational mapping system to interact with databases using a high-level interface. | 153 |
sqlitemoderncpp/sqlite_modern_cpp | C++ wrapper around the SQLite library for modern database interactions | 899 |
ivanceras/rustorm | An object-relational mapping system for Rust that simplifies interaction with databases. | 250 |
erlyorm/boss_db | An ORM framework that provides a high-level interface for interacting with various databases, including sharding, caching, and eventing capabilities. | 277 |
mikro-orm/nestjs | A NestJS module for integrating the MikroORM with TypeScript and a specific choice of database drivers. | 205 |
fukamachi/mito | An object-relational mapper for Common Lisp with support for multiple databases and features like migrations and relationships. | 293 |
tarsil/saffier | An ORM that simplifies the interaction with relational databases using an object-oriented interface | 62 |
blitzapps/blitz-orm | An Object Relational Mapper for graph databases using a JSON query language. | 23 |
encode/orm | An async ORM built on top of SQLAlchemy core, providing cross-database support and data validation. | 1,781 |
eveningkid/denodb | A TypeScript-based ORM for multiple databases, providing a simple and typed API. | 1,929 |