/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

juffalow.com
| | developerlife.com
2.7 parsecs away

Travel
| | SQLite is a great in-process database that supports concurrent processes. We will use Rust and Diesel ORM to create and run migrations, generate schemas and create more than one migration. We will also use Rust to perform CRUD operations and perform auto migrations.
| | devremote.io
4.8 parsecs away

Travel
| | Prisma is a modern, open-source data access layer that provides a flexible and intuitive way to work with databases. It allows you to interact easily with your data by providing a clean, declarative API and robust tools for building complex queries. This article will explore how to set up Prisma
| | www.dannyvankooten.com
3.0 parsecs away

Travel
| | [AI summary] A guide on migrating a Symfony application's database from SQLite to MySQL using Doctrine, with a bash script to automate the process.
| | andyatkinson.com
20.2 parsecs away

Travel
| This tip is a recipe for how to recover from a Rails migration that failed to apply in production. This process could work for any SQL migration. The example below is for an index added to a table.