Farshid's Weblog

Posts tagged "sqlite"

# Title Date Author
61
Geopoly in SQLite
60
SQLite BLOB literals
59
Subqueries in select expressions in SQLite - also window functions
58
Creating a minimal SpatiaLite database with Python
57
Identifying column combination patterns in a SQLite table
56
Finding the SQLite version used by Web SQL in Chrome
55
Compiling and running sqlite3-rsync
54
---
53
Replicating SQLite with rqlite
52
Embedding paragraphs from my blog with E5-large-v2
51
Trying out SQLite extensions on macOS
50
SQLite pragma_function_list()
49
How to run MediaWiki with SQLite on a macOS laptop
48
Combining CTEs and VALUES in SQLite
47
Calculating the size of a SQLite database file using SQL
46
Exporting Amplitude events to SQLite
45
SQLite triggers
44
GUnion to combine geometries in SpatiaLite
43
Combining substr and instr to extract text
42
Importing CSV data into SQLite with .import
41
Lag window function in SQLite
40
One-liner for running queries against CSV files with SQLite
39
Saving an in-memory SQLite database to a file in Python
38
How to read Hacker News threads with most recent comments first
37
Comparing database rows before and after with SQLite JSON functions
36
The simplest recursive CTE
35
SQLite VACUUM: database or disk is full
34
Enabling WAL mode for SQLite database files
33
Sort by number of JSON intersections
32
SQLite aggregate filter clauses
31
SQLite can use more than one index for a query
30
SQLite timestamps with floating point seconds
29
Querying for items stored in UTC that were created on a Thursday in PST
28
Export a Mastodon timeline to SQLite
27
Figuring out if a text value in SQLite is a valid integer or float
26
The SQLite now argument is stable within the same query
25
Compile a new sqlite3 binary on Ubuntu
24
Splitting on commas in SQLite
23
Atuin for zsh shell history in SQLite
22
Track timestamped changes to a SQLite table using triggers
21
Compile and run a new SQLite version with the existing sqlite3 Python library on macOS
20
Compiling the SQLite spellfix.c module on macOS
19
List all columns in a SQLite database
18
Null case comparisons in SQLite
17
Copy tables between SQLite databases
16
Returning related rows in a single SQL query using JSON
15
Counting SQLite virtual machine operations
14
Fixing broken text encodings with sqlite-transform and ftfy
13
Trying out cr-sqlite on macOS
12
Using LD_PRELOAD to run any version of SQLite with Python
11
Deno KV
10
Loading SQLite extensions in Python on macOS
9
Consecutive groups in SQL using window functions
8
Finding the largest SQLite files on a Mac
7
Using pysqlite3 on macOS
6
Tracking SQLite table history using a JSON audit log
5
Ordered group_concat() in SQLite
4
Building a specific version of SQLite with pysqlite on macOS/Linux
3
Comparing two training datasets using sqlite-utils
2
Browse files (including SQLite databases) on your iPhone with ifuse
1
Unix timestamp in milliseconds in SQLite