- SQlite Database Server Web interface or GUI Tools (debianhelp.co.uk)
- DB Browser for SQLite (sqlitebrowser.org)
- Sqlite-manager (lazierthanthou.github.io)
- SQLite Administrator - International Milestone Beta (orbmu2k.de)
- SQLite Query Builder - SQLite SQL Editor by SQL Maestro Group
- SQLite administration | SQLite Expert
- Overview (valentina-db.com)
Part 1: Getting Started with SpatiaLite: An almost Idiot's Guide (bostongis.com)
Branch Out Your SQLite Database With LiteTree | Hackaday
Recipes from Python SQLite docs · Redowan's Reflections (rednafi.github.io) sqlite3 — DB-API 2.0 interface for SQLite databases — Python 3.9.14 documentation A thorough guide to SQLite database operations in Python (sebastianraschka.com) python_reference/tutorials/sqlite3_howto at master · rasbt/python_reference (github.com) SQLite Python - SQLite programming in Python (zetcode.com)
cursor_obj.execute(statement) # individual statements
cursor_obj.executemany(template_statement, (data, ...)) # batch statememnts
connection_obj.create_function(func_name, narg, func) # UDF scalar functions
connection_obj.create_aggregate(func_name, narg, aggregate_class) # UDF aggregate functionshtml - Is it possible to access an SQLite database from JavaScript? - Stack Overflow
SRombauts/SQLiteCpp: SQLiteC++ (SQLiteCpp) is a smart and easy to use C++ SQLite3 wrapper. (github.com) SqliteModernCpp/sqlite_modern_cpp: The C++14 wrapper around sqlite library (github.com)
Databases and R | Statistical Modeling, Causal Inference, and Social Science (columbia.edu) RSQLite CRAN - Package RSQLite (r-project.org) RSQLite: SQLite Interface for R (r-project.org) SQLdf CRAN - Package sqldf (r-project.org) sqldf: Manipulate R Data Frames Using SQL (r-project.org) ggrothendieck/sqldf: Perform SQL Selects on R Data Frames (github.com)
mksqlite: Introduction (sourceforge.net) a-ma72/mksqlite: A MATLAB Mex-DLL to access SQLite databases (github.com)