comdb2
sqlite-gui
Our great sponsors
comdb2 | sqlite-gui | |
---|---|---|
4 | 16 | |
1,191 | 206 | |
1.4% | - | |
9.1 | 5.3 | |
3 days ago | 30 days ago | |
C | C | |
GNU General Public License v3.0 or later | GNU General Public License v3.0 only |
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.
comdb2
- Show HN: Distributed SQLite on FoundationDB
-
Why SQLite may become foundational for digital progress
Bloomberg [1] uses SQLite in a custom distributed RDBMS engine of theirs in a way I lack the knowledge to completely understand its design.
I remember Richard Hipp mentioning Bloomberg in one of his interviews (don't ask me which one, I don't remember), that they use SQLite to serve billions of bank transaction on a daily basis without a problem.
[1] https://github.com/bloomberg/comdb2
sqlite-gui
-
sqlite-x: The simplest editor for Windows
For advanced users I recommend to check another my app - sqlite-gui.
-
SQLite GUI
SQLite-GUI from GitHub
This is what you want: https://github.com/little-brother/sqlite-gui
-
Sensitive data
Popular SQLite editors e.g. DB4S (supports only SQL Cipher) and SQLiteStudio (SQLCipher and perhaps anothers via plugin) can work with encrypted databases. My sqlite-gui support 5 ciphers through SQLite3 Multiple Ciphers.
-
Why SQLite may become foundational for digital progress
I've tried over 15 sqlite management tool, but SqliteStudio is my favorite! And recently discovered https://github.com/little-brother/sqlite-gui
-
Awesome SQLite
sqlite-gui - Lightweight SQLite editor for Windows
-
Could Jinja scripting can be usefull in database manager?
After some researching, I found inja-library that partially support Jinja-templates and then I've implemented to my app sqlite-gui. But I still doubt whether such a scripting is needed.
-
A new tool to recovery deleted rows from SQLite files
I use gcc to compile the app and some antiviruses are suspicious for non-MSVC compiler entry point and small size files. I've already encountered with this issue on another my project. So I changed a compiler option to hide virus better and to support Win10 (added -static option to run exe without any additional libraries).
-
Running script
Also you can boost inserts if you turn off a disk synchronization by pragma synchronous = off. My app sqlite-gui (only for Windows) does it automatically :D
P.S. Wiki contains some details about refs.
What are some alternatives?
sqlitestudio - A free, open source, multi-platform SQLite database manager.
sqlitebrowser - Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:
Inja - A Template Engine for Modern C++
SQLite3MultipleCiphers - SQLite3 encryption extension with support for multiple ciphers
sqlite-wf - Simple visual ETL tool
edge-sql - Cloudflare Workers providing a SQL API
windows-kernel-exploits - windows-kernel-exploits Windows平台提权漏洞集合
mvsqlite - Distributed, MVCC SQLite that runs on FoundationDB.
SQLite-ICU-MinGW - Building SQLite and SQLiteODBC on Windows with ICU and other extensions using MSVC Build Tools and MSYS2/MinGW
win32 - Win32 and SDL playground.
datasette - An open source multi-tool for exploring and publishing data