/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

phiresky.github.io
| | jbrandhorst.com
2.9 parsecs away

Travel
| | Most developers will have to interact with SQL at some point in their career, and often nowadays that means working with Postgres. I've been using Postgres with Go for a few years now and have found a couple of libraries that work really well together to make the Go Postgres experience productive, safe and fun. TL:DR; I have created an example repo that puts all of the below into practice: github.
| | lackofimagination.org
3.6 parsecs away

Travel
| | Despite all its strengths, SQL can be awkward to integrate with host languages such as JavaScript and Python. There's often an impedance mismatch between SQL's declarative nature and the host language's object-oriented or functional paradigms - SQL queries are typically written as strings within the host language, making it difficult to apply composable programming techniques...
| | mmhaskell.com
3.2 parsecs away

Travel
| | Learn libraries and techniques to use Haskell for a variety of real world tasks, like connecting to databases, building web servers, and testing.
| | github.com
21.0 parsecs away

Travel
| Python CLI utility and library for manipulating SQLite databases - simonw/sqlite-utils