Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 473 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 473 Bytes

future-of-cloud-dbs

some snippets for assessing or evaluating SQLite, libSQL, PostgreSQL and Turso

Prerequisites

  • a Python envirionment. I used VS-Code with python/jupyter extensions.
  • preferably create a venv envirionment to setup specific modules (pip install <xyz>)
  • a (free) Turso account
  • a (free) Supabase account

Otherwise, the code should be straigthforward. The order of the python-parts of the notebook is not well-designed, I admit.