Farshid's Weblog
Login
Posts tagged “database”
Geopoly in SQLite
(2025-09-27)
Creating a minimal SpatiaLite database with Python
(2025-08-31)
Compiling and running sqlite3-rsync
(2025-07-12)
Granting a PostgreSQL user read-only access to some tables
(2025-04-27)
Combining CTEs and VALUES in SQLite
(2024-12-29)
Calculating the size of a SQLite database file using SQL
(2024-12-28)
Cumulative total over time in SQL
(2024-12-15)
Combining substr and instr to extract text
(2024-10-27)
Comparing database rows before and after with SQLite JSON functions
(2024-08-25)
Enabling WAL mode for SQLite database files
(2024-05-18)
Finding duplicate records by matching name and nearby distance
(2024-01-28)
Figuring out if a text value in SQLite is a valid integer or float
(2024-01-21)
Constructing GeoJSON in PostgreSQL
(2023-12-24)
Compile a new sqlite3 binary on Ubuntu
(2023-12-17)
Enabling a gin index for faster LIKE queries
(2023-10-01)
Copy tables between SQLite databases
(2023-09-16)
Counting SQLite virtual machine operations
(2023-08-13)
Deno KV
(2023-06-17)
Consecutive groups in SQL using window functions
(2023-05-28)
Allowing a container in Docker Desktop for Mac to talk to a PostgreSQL server on the host machine
(2023-02-25)