sqlite_orm
SQLite
sqlite_orm | SQLite | |
---|---|---|
9 | 44 | |
2,268 | 6,418 | |
- | - | |
9.3 | 0.0 | |
6 days ago | 4 days ago | |
C++ | C | |
GNU Affero General Public License v3.0 | GNU General Public License v3.0 or later |
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
-
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
SQLite
-
Crafting a Web Application with Golang: A Step-by-Step Guide
We need to store our data somewhere. For simplicity and easy of deployment we are going to use the awesome SQLite DBMS.
-
SQLite is likely used more than all other database engines combined
Here's the commit from 18 years ago explaining that change: https://github.com/sqlite/sqlite/commit/fd288f3549a1ab9a309a...
** 2006-10-31: The default prefix used to be "sqlite_". But then
-
Change the default temp file prefix to be "SQLite" spelled backwards
It looks like that was a previous change for exactly the same issue: https://github.com/sqlite/sqlite/commit/79de864cd1f5aaf0f97b...
- Show HN: Roast my SQLite encryption at-rest
-
A SQLite extension that brings column-oriented tables to SQLite
If you are into alternative storage engines for SQLite, there is also an LSM (Log-Structured Merge-tree) extension in the main repository that is not announced nor documented but seems to work. It’s based on the SQLite 4 project.
https://github.com/sqlite/sqlite/tree/master/ext/lsm1
https://www.charlesleifer.com/blog/lsm-key-value-storage-in-...
- SQLite License
-
Ask HN: Where do I find good code to read?
The sqlite code base is really well done. Lots of documentation.
https://github.com/sqlite/sqlite
-
Show HN: I wrote a RDBMS (SQLite clone) from scratch in pure Python
Especially the VM part: https://github.com/spandanb/learndb-py/blob/master/learndb/v...
Compare it with this: https://github.com/sqlite/sqlite/blob/master/src/vdbe.c
That's said, I'm curious how complete this LearnDB is. SQLite is hard to read not only it's old but also it covers a lot of SQL and following SQL spec makes hings complicated. SQLite has great test suite so it's nice if you run the suit against this implementation.
-
SQLite Begin Concurrent
Correct, see the github mirror[1]. I don't know how well supported that feature is compared to main branch. If it was completely stable, then it would have already landed in the main stable branch. Clarity about the roadmap of that branch would be nice.
1. https://github.com/sqlite/sqlite/tree/begin-concurrent
- Why sqlite3 temp files were renamed 'etilqs_*' (2006)
What are some alternatives?
sqlite_modern_cpp - The C++14 wrapper around sqlite library
sqlcipher - SQLCipher is a standalone fork of SQLite that adds 256 bit AES encryption of database files and other security features.
SQLite - Unofficial git mirror of SQLite sources (see link for build instructions)
LevelDB - LevelDB is a fast key-value storage library written at Google that provides an ordered mapping from string keys to string values.
MongoDB C++ Driver - C++ Driver for MongoDB
RocksDB - A library that provides an embeddable, persistent key-value store for fast storage.
hiberlite - C++ ORM for SQLite
bolt
ClickHouse - ClickHouse® is a real-time analytics DBMS
phpMyAdmin - A web interface for MySQL and MariaDB
TileDB - The Universal Storage Engine
Firebird - FB/Java plugin for Firebird