Farshid's Weblog
Login
Posts tagged “sqlite”
Geopoly in SQLite
(2025-09-27)
SQLite BLOB literals
(2025-09-21)
Subqueries in select expressions in SQLite - also window functions
(2025-09-14)
Creating a minimal SpatiaLite database with Python
(2025-08-31)
Identifying column combination patterns in a SQLite table
(2025-08-16)
Finding the SQLite version used by Web SQL in Chrome
(2025-07-26)
Compiling and running sqlite3-rsync
(2025-07-12)
---
(2025-05-04)
Replicating SQLite with rqlite
(2025-05-03)
Embedding paragraphs from my blog with E5-large-v2
(2025-04-06)
Trying out SQLite extensions on macOS
(2025-02-23)
SQLite pragma_function_list()
(2025-01-18)
How to run MediaWiki with SQLite on a macOS laptop
(2025-01-12)
Combining CTEs and VALUES in SQLite
(2024-12-29)
Calculating the size of a SQLite database file using SQL
(2024-12-28)
Exporting Amplitude events to SQLite
(2024-12-15)
SQLite triggers
(2024-12-08)
GUnion to combine geometries in SpatiaLite
(2024-11-09)
Combining substr and instr to extract text
(2024-10-27)
Importing CSV data into SQLite with .import
(2024-10-12)
Lag window function in SQLite
(2024-10-06)
One-liner for running queries against CSV files with SQLite
(2024-10-06)
Saving an in-memory SQLite database to a file in Python
(2024-09-15)
How to read Hacker News threads with most recent comments first
(2024-09-07)
Comparing database rows before and after with SQLite JSON functions
(2024-08-25)
The simplest recursive CTE
(2024-08-17)
SQLite VACUUM: database or disk is full
(2024-07-20)
Enabling WAL mode for SQLite database files
(2024-05-18)
Sort by number of JSON intersections
(2024-05-05)
SQLite aggregate filter clauses
(2024-04-14)
SQLite can use more than one index for a query
(2024-03-10)
SQLite timestamps with floating point seconds
(2024-03-03)
Querying for items stored in UTC that were created on a Thursday in PST
(2024-02-04)
Export a Mastodon timeline to SQLite
(2024-01-21)
Figuring out if a text value in SQLite is a valid integer or float
(2024-01-21)
The SQLite now argument is stable within the same query
(2024-01-06)
Compile a new sqlite3 binary on Ubuntu
(2023-12-17)
Splitting on commas in SQLite
(2023-12-10)
Atuin for zsh shell history in SQLite
(2023-11-26)
Track timestamped changes to a SQLite table using triggers
(2023-10-28)
Compile and run a new SQLite version with the existing sqlite3 Python library on macOS
(2023-10-22)
Compiling the SQLite spellfix.c module on macOS
(2023-10-01)
List all columns in a SQLite database
(2023-09-17)
Null case comparisons in SQLite
(2023-09-17)
Copy tables between SQLite databases
(2023-09-16)
Returning related rows in a single SQL query using JSON
(2023-08-20)
Counting SQLite virtual machine operations
(2023-08-13)
Fixing broken text encodings with sqlite-transform and ftfy
(2023-07-29)
Trying out cr-sqlite on macOS
(2023-07-15)
Using LD_PRELOAD to run any version of SQLite with Python
(2023-07-01)
Deno KV
(2023-06-17)
Loading SQLite extensions in Python on macOS
(2023-06-17)
Consecutive groups in SQL using window functions
(2023-05-28)
Finding the largest SQLite files on a Mac
(2023-05-28)
Using pysqlite3 on macOS
(2023-05-06)
Tracking SQLite table history using a JSON audit log
(2023-02-25)
Ordered group_concat() in SQLite
(2023-02-18)
Building a specific version of SQLite with pysqlite on macOS/Linux
(2023-02-11)
Comparing two training datasets using sqlite-utils
(2023-01-28)
Browse files (including SQLite databases) on your iPhone with ifuse
(2023-01-15)
Unix timestamp in milliseconds in SQLite
(2023-01-08)