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

Jun 26, 2026 · 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.

SQLite Download Page

https://sqlite.org/download.html

See the How To Compile SQLite page for additional information on how to use the raw SQLite source code. Note that a recent version of Tcl is required in order to build from the repository sources.

DB Browser for SQLite

https://sqlitebrowser.org/

DB Browser for SQLite (DB4S) is a high quality, visual, open source tool designed for people who want to create, search, and edit SQLite or SQLCipher database files.

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, …

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 efficiently. It requires no separate server installation and stores the …

SQLite - Wikipedia

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

Design SQLite was designed to allow the program to be operated without installing a database management system or requiring a database administrator. Unlike client–server database …

SQLite Tutorial - An Easy Way to Master SQLite Fast

https://www.sqlitetutorial.net/

This SQLite tutorial teaches you everything you need to know to start using SQLite effectively. You will learn SQLite via extensive hands-on practices.

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.

SQLite Viewer - Open SQLite Files Online

https://www.sqliteview.com/

Open, browse, edit, query, and export SQLite databases directly in your browser. Private local-first SQLite viewer with no server uploads.

Install SQLite3 on Windows - SQL Docs

https://sqldocs.org/install-sqlite3-on-windows/

Dec 9, 2025 · Understanding SQLite on Windows SQLite operates as an embedded database. It reads and writes directly to ordinary disk files. On Windows, this means you’re installing a command-line …

Trending Now