Sqlite

Extend SQLite with application-defined functions and loadable extensions in Python. Use when you need custom SQL logic (transforms, scoring, aggregations) in-process, or need to load/build C extensions for reusable SQLite plugins. Assumes Python stdlib sqlite3. Go equivalents exist (zombiezen/go-sqlite, mattn/go-sqlite3) — look up their APIs at runtime.

brojonat e0b4c7f 2 files · 24.5 KB Updated

File contents

brojonat/manager-packs/tree/main/bundles/sqlite commit e0b4c7fca5

Frequently asked questions

npx skillmds@latest add brojonat/sqlite