/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

alvinalexander.com
| | whatibroke.com
2.2 parsecs away

Travel
| | Hey everyone, I'm currently setting up a mysql database on DigitalOcean and hit the following error when connecting: failed to connect to the database: default addr for "DATABASE_CONN_STR" network unknown Luckily this turned out to be a pretty easy fix. In the mysql driver repo you can see that the only scenario where this error...
| | golangbot.com
2.6 parsecs away

Travel
| | Learn how to connect to MySQL and create a database using the database/sql package. This tutorial also deals with DB connection pooling in Go.
| | fak3r.com
2.6 parsecs away

Travel
| |
| | til.simonwillison.net
13.5 parsecs away

Travel
| I was messing around in Python with an in-memory SQLite database, when I decided I actually wanted to save my experimental database to a file so I could explore it using Datasette .