Homepage / Notes / Computer Science / Databases
https://www.sqlite.org/cli.html
https://www.sqlite.org/json1.html
https://www.sqlite.org/sessionintro.html
https://antonz.org/generated-columns/
https://litestream.io/ https://fly.io/blog/all-in-on-sqlite-litestream/
https://til.simonwillison.net/sqlite/one-line-csv-operations
https://www.sqlitetutorial.net/sqlite-import-csv/
https://www.sqlitetutorial.net/sqlite-export-csv/
A database clustering system for horizontal scaling of MySQL
https://www.narrator.ai/blog/using-postgresql-as-a-data-warehouse/
Citext: https://www.postgresql.org/docs/9.1/citext.html Lowercase values. Useful for comparing emails for example.
Listen to your to PostgreSQL database in realtime via websockets. Built with Elixir. https://github.com/supabase/realtime
https://supabase.com/edge-functions
https://postgresml.org/ End-to-end machine learning solution. Train and deploy industry-standard or completely custom machine learning models, directly powered by your business data, into your production stack, with an open source Postgres extension.
Serverless Postgres The multi-cloud fully managed Postgres with a generous free tier. We separated storage and compute to offer autoscaling, branching, and bottomless storage.
Can directly query CSV and Parquet files.
Can be compiled with wasm
and be used directly in the browser. https://duckdb.org/2021/10/29/duckdb-wasm.html
Useful for data analysis. https://duckdb.org/2021/05/14/sql-on-pandas.html
A drop-in replacement for the DuckDB CLI.
Datalog is a declarative logic programming language that syntactically is a subset of Prolog. It is often used as a query language for deductive databases.
https://redis.io/ "The open source, in-memory data store used by millions of developers as a database, cache, streaming engine, and message broker."
https://github.com/dragonflydb/dragonfly Faster Redis?
A query language for your API
https://github.com/eerimoq/gqt
Build and execute GraphQL queries in the terminal.
A truly Open Source MongoDB alternative, built on PostgreSQL, and released under the Apache 2.0 license.
https://www.pinecone.io/learn/vector-database/
https://architecturenotes.co/things-you-should-know-about-databases/