Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Useful Rust Crates for Database
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Neon
Neon is a serverless open-source alternative to AWS Aurora Postgres. It separates storage and compute and substitutes the PostgreSQL storage layer by redistributing data across a cluster of nodes.
sqlx …
Popular Databases
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
The YouTube video How to Choose The Right Database has great advices on how to choose the right databases.
Types of Databases
- relational
- non-relational
- key value database
- document database
- wide column …
Tips on BigQuery
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Introduction to SQL in BigQuery
Data Types
Questions
-
Can you set Vim keybindings for editors?
-
how to connect to a BigQuery …
Database Clients for Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
SQL Database Client-server Protocols
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
-
Apache Arrow Flight is the future protocol for querying Databases! It use columnar data and leverages Apache Arrow to avoid unnecessary copy of data, which makes it able to query large …