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 · SQLite is a C-language library that implements a small, fast, self-contained, high-reliability, full-featured, SQL …

SQLite Download Page

https://sqlite.org/download.html

The amalgamation source code files (the "sqlite3.c" and "sqlite3.h" files) build products and are not contained in raw source code …

sqlite3 — DB-API 2.0 interface for SQLite databases - Python

https://docs.python.org/3/library/sqlite3.html

1 day ago · Tutorial teaches how to use the sqlite3 module. Reference describes the classes and functions this module defines. How …

DB Browser for SQLite

http://sqlitebrowser.org/

DB4S gives a familiar spreadsheet-like interface on the database in addition to providing a full SQL query facility. It works with …

Install SQLite3 on Windows - SQL Docs

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

Dec 9, 2025 · SQLite3 runs natively on Windows without requiring a separate server process. Unlike Linux distributions, which …

SQLite - Wikipedia

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

A standalone command-line shell program called sqlite3[45] is provided in SQLite's distribution. It can be used to create a database, …

sqlite3 - npm

https://www.npmjs.com/package/sqlite3

Asynchronous, non-blocking SQLite3 bindings for Node.js. You can use npm or yarn to install sqlite3: sqlite3 v5+ was rewritten to use …

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

https://github.com/sqlite/sqlite

All of the individual C source code and header files (both manually-edited and automatically-generated) can be combined into a single …

Downloads - DB Browser for SQLite

https://sqlitebrowser.org/dl/

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

SQLite Tutorial - GeeksforGeeks

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

Jun 10, 2026 · Learn the fundamental concepts of SQLite, including installation, data types and the basic statements and syntax …

Trending Now