Farshid's Weblog

Posts tagged “database”

  1. Geopoly in SQLite
  2. Creating a minimal SpatiaLite database with Python
  3. Compiling and running sqlite3-rsync
  4. Granting a PostgreSQL user read-only access to some tables
  5. Combining CTEs and VALUES in SQLite
  6. Calculating the size of a SQLite database file using SQL
  7. Cumulative total over time in SQL
  8. Combining substr and instr to extract text
  9. Comparing database rows before and after with SQLite JSON functions
  10. Enabling WAL mode for SQLite database files
  11. Finding duplicate records by matching name and nearby distance
  12. Figuring out if a text value in SQLite is a valid integer or float
  13. Constructing GeoJSON in PostgreSQL
  14. Compile a new sqlite3 binary on Ubuntu
  15. Enabling a gin index for faster LIKE queries
  16. Copy tables between SQLite databases
  17. Counting SQLite virtual machine operations
  18. Deno KV
  19. Consecutive groups in SQL using window functions
  20. Allowing a container in Docker Desktop for Mac to talk to a PostgreSQL server on the host machine