|
You are here |
phiresky.github.io | ||
| | | | |
jbrandhorst.com
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | | | 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
|
|
| | | Python CLI utility and library for manipulating SQLite databases - simonw/sqlite-utils | ||