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

2 days ago ·

https://sqlite.org/index.html

2 days ago · SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL database engine. SQLite is the most used database engine in the world.

Jun 10, 2026 ·

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 efficiently. It requires no separate server installation and stores the entire database in a single file.

SQL Online IDE - Fast SQL Editor | SQL Compiler

https://sqliteonline.com/

SQL OnLine - SQLite , MariaDB / MySQL, PostgreSQL, MS SQL Server. AI error helper, User-friendly interface for Data Science. No registration for start, No DownLoad, No Install. | sql compiler, federated queries, BI Analytics

Jul 11, 2025 ·

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

Jul 11, 2025 · SQLite is an in-process library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. It is a popular choice as an embedded database for local/client storage in application software such as web browsers.

Trending Now