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 …
LLM in Rust
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 NeoVim
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Installation on Ubuntu
You can install the latest stable version of neovim using the command below.
sudo add-apt-repository ppa:neovim-ppa/stable
wajig update
wajig install neovim
Tips and Traps
-
AppImage is …
Tips on NotebookLM
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
No, not directly in the way you might hope (i.e., pasting a URL and having it automatically fetch and parse the article content as a source). NotebookLM is designed to …