Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Rust Crate Log
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Database Clients for Rust
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Surfing Internet from a Terminal
Compiler and Build Tools
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
Compilers
gcc
g++
clang
llvm
Project Management Tools
gradle
Build Tools
dockcross
dockcross is a compiling toolchains in Docker images .
ninja
ninja is a small build system with a focus on …
Tips on visualize-sqlite
Things on this page are fragmentary and immature notes/thoughts of the author. Please read with your own judgement!
visualize-sqlite is a Rust crate for creating simple visualizations of SQLite databases in GraphViz dot format.
Installation
wajig install libsqlite3-dev graphviz
cargo install visualize-sqlite
Usage
visualize-sqlite your_sqlite_database.db | dot -Tpng -Gfontname …