sqlite_orm
❤️ SQLite ORM light header only library for modern C++ (by fnc12)
MongoDB C++ Driver
C++ Driver for MongoDB (by mongodb)
sqlite_orm | MongoDB C++ Driver | |
---|---|---|
9 | 2 | |
2,268 | 1,038 | |
- | 0.6% | |
9.3 | 9.1 | |
7 days ago | 5 days ago | |
C++ | C++ | |
GNU Affero General Public License v3.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
sqlite_orm
Posts with mentions or reviews of sqlite_orm.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-03-30.
-
Introducing ZXORM - A C++20 ORM for SQLite with Compile Time Type Safety
Obligatory "how does it compare to" https://github.com/fnc12/sqlite_orm ?
-
Comprehensive tutorial for working with databases and c++
I had some success with sqlite_orm, but more generally I'd just recommend to pick a lib that fit your needs and read its examples/docs.
-
Please could you recommend a C++ ORM for accessing open source databases such as PostgreSQL?
For SQLite, I like sqlite_orm
-
sqlite_orm VS TinyORM - a user suggested alternative
2 projects | 26 May 2022
-
C++20 ❤️ SQL (CppCon 2021)
This one thing I feel like C++ has lacked in: a good, generic, SQL ORM. There is sqlite_orm which is really nice, but only for SQLite. Anyone have any other suggestions?
-
Are there any fast alternatives to databases (for tabular data but without SQL)?
Probably the most popular ORM for modern C++ is https://github.com/fnc12/sqlite_orm. I've never used it personally. But if you configure SQLite to disable all the barriers and all synchronisation, I think you'll find it goes very, very quickly even with the ORM layer in between.
-
New SQLite ORM library
Hey folks. I've posted my new `SQLiteORM` lib today here on GitHub https://github.com/fnc12/sqlite-orm-swift . It is the same lib I've written with C++ before https://github.com/fnc12/sqlite_orm . It uses keypath instead of `Codable` protocol to serialize and deserialize objects. If you need to use SQLite database inside your Swift project and you hate writing SQL queries using raw strings then you may like this lib.
-
Using SQLite or a serialization library for a data format?
I was leaning towards SQLite (along with sqlite_orm ) since I thought my data might be more relational and I used to work with databases a lot more. And I can use a SQLite browser app to view my data. But I'm wondering if doing serialization with a library like cerial or Boost's would be better.
-
Data storage for application
For the brief time I've used sqlite_orm, I've really liked it: https://github.com/fnc12/sqlite_orm
MongoDB C++ Driver
Posts with mentions or reviews of MongoDB C++ Driver.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-06-30.
-
MongoDB $weeklyUpdate #122 (June 30, 2023): Databricks, Change Streams, & Terraform
We're pleased to announce the release of the MongoDB C Driver (libmongoc) 1.24.0 and C++ Driver (mongocxx) 3.8.0 with support for MongoDB 7.0 and a host of new security features. Check out the release notes for more details:
-
Announcing release of mongocxx - MongoDB C++ Driver - Version 3.8.0
Github Release with more details: https://github.com/mongodb/mongo-cxx-driver/releases/tag/r3.8.0
What are some alternatives?
When comparing sqlite_orm and MongoDB C++ Driver you can also consider the following projects:
sqlite_modern_cpp - The C++14 wrapper around sqlite library
MongoDB C Driver - The Official MongoDB driver for C language
SQLite - Unofficial git mirror of SQLite sources (see link for build instructions)
Bedrock - Rock solid distributed database specializing in active/active automatic failover and WAN replication
SQLite - Official Git mirror of the SQLite source tree
LMDB - Read-only mirror of official repo on openldap.org. Issues and pull requests here are ignored. Use OpenLDAP ITS for issues.
hiberlite - C++ ORM for SQLite
MongoDB Libbson
ClickHouse - ClickHouse® is a real-time analytics DBMS
RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.
TileDB - The Universal Storage Engine
sqlite_orm vs sqlite_modern_cpp
MongoDB C++ Driver vs MongoDB C Driver
sqlite_orm vs SQLite
MongoDB C++ Driver vs Bedrock
sqlite_orm vs SQLite
MongoDB C++ Driver vs LMDB
sqlite_orm vs hiberlite
MongoDB C++ Driver vs MongoDB Libbson
sqlite_orm vs ClickHouse
MongoDB C++ Driver vs RocksDB
sqlite_orm vs TileDB
MongoDB C++ Driver vs TileDB