Search Articles — Sudonull

Search Results

In this project

SQLite 3.53: WAL fix and new functions

https://sudonull.com/sqlite-3-53-wal-fix-and-new-functions

SQLite 3.53 release fixes DB corruption bug in WAL, adds REINDEX EXPRESSIONS, json_array_insert, and CLI improvements. Optimizations for middle/senior dev. Download and test.

Migration 1C:UPP to UH via Python SQLite

https://sudonull.com/migration-1c-upp-to-uh-via-python-sqlite

Break down the data migration pipeline from 1C:UPP to UH: Python, SQLite, COM. Mappings, references, web interface. Master managed transfer for complex projects.

Headless CMS on Go without CGO and frameworks

https://sudonull.com/headless-cms-on-go-without-cgo-and-frameworks

Minimal headless CMS on pure Go: SQLite without CGO, net/http routing, Bitrix24 integration. Zero deps, 20 MB binary. Instructions for middle/senior dev.

Jobify: asyncio scheduler without brokers

https://sudonull.com/jobify-asyncio-scheduler-without-brokers

Async Jobify scheduler for Python: persistence in SQLite, middleware, retries. Launch in 5 lines of code without infrastructure. Integration with FastAPI-style API.

From the web

SQLite Home Page

https://sqlite.org/index.html

Aug 14, 2026 · fast, self-contained, high-reliability, full-featured, SQLite is the most useddatabase engine in the world. comes bundled …

SQLite Download Page

https://sqlite.org/download.html

The SQLite source code is maintained in three geographically-dispersed self-synchronizing Fossilrepositories that are available for …

SQLite - Wikipedia

https://en.wikipedia.org/wiki/SQLite

ree to the Terms of Useand Privacy Policy. Wikipedia® is a registered trademark of the Wikimedia Foundation, Inc., a non-profit …

DB Browser for SQLite

https://sqlitebrowser.org/

DB Browser for SQLite(DB4S) is a high quality, visual, open sourcetool designed for people who want to create, search, and edit …

SQLite Tutorial - GeeksforGeeks

https://www.geeksforgeeks.org/sqlite/sqlite-tutorial/

Jun 10, 2026 · SQLite is a lightweight, serverless and self-contained SQL database engine used to store, manage and retrieve data …

SQLite Home Page

https://www3.sqlite.org/index.html

Aug 14, 2026 · SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL …

Introduction to SQLite - GeeksforGeeks

https://www.geeksforgeeks.org/sql/introduction-to-sqlite/

Jul 11, 2025 · SQLite was designed to be a lightweight and simple database engine that could be easily embedded into other …

Downloads - DB Browser for SQLite

https://sqlitebrowser.org/dl/

FreeBSD DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks to lbartoletti😄). DB4S can be installed using …

GitHub - sqlite/sqlite: Official Git mirror of the SQLite source tree

https://github.com/sqlite/sqlite

Official Git mirror of the SQLite source tree. Contribute to sqlite/sqlite development by creating an account on GitHub.

Documentation - SQLite

https://www3.sqlite.org/docs.html

The SQLite File Format → A description of the format used for SQLite database and journal files, and other details required to create …

Trending Now