/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

asleepace.com
| | simonwillison.net
9.3 parsecs away

Travel
| | A few weeks ago, Fly announced Free Postgres Databases as part of the free tier of their hosting product. Their announcement included this snippet: The lede is "free Postgres" because ...
| | yasoob.me
10.2 parsecs away

Travel
| | Hi there fellas. Today i am going to teach you how to use sqlite databases with python. This post will cover the basics of making and using a sqlite database with python using the sqlite3 library. Okay lets get started. Firstly if you are using python 2.5 or greater then you will have sqlite3 installed otherwise you will have to install it. Creating and connecting to a database So how do you make a database in python using the sqlite3 library?
| | phiresky.github.io
12.0 parsecs away

Travel
| | Using relational databases in a typed language is a pain unless you have great libraries to support you. There's a lot of different libraries for TypeScript, but they all have their own advantages and flaws. Since it's hard to find anything other than TypeORM, this is a short list of the
| | blog.ferretdb.io
29.9 parsecs away

Travel
| Learn to set up FerretDB locally using Docker by installing the essential software prerequisites, configuring Docker containers, and running insert() and find() commands.