Hold Off on Litestream 0.5.0
A developer advises caution with Litestream 0.5.0 due to migration bugs, recommending users wait for a more stable release.
A developer advises caution with Litestream 0.5.0 due to migration bugs, recommending users wait for a more stable release.
Explains why you can't branch a Datomic database from a past state and presents a potential workaround using custom filters.
A developer shares their process of optimizing SQLite database configuration for their SaaS application after migrating from Postgres.
Exploring Go middleware, request context, and database usage with the standard library, continuing a series on building web apps.
A tutorial on setting up a Next.js application with Prisma ORM and SQLite database, covering initial setup and migrations.
Explores efficient database methods for reordering items, inspired by Trello/Jira drag-and-drop functionality.
A guide to integrating the Neo4J graph database with Spring Boot, including entity definition, data creation, and querying nodes and relations.
Analysis of the new DynamoDB paper, covering product-level insights and technical improvements for the managed NoSQL database service.
A deep dive into DynamoDB partitions, explaining their role in data modeling and performance for the NoSQL database.
A guide to understanding and using DynamoDB Condition Expressions for enforcing data integrity and business rules in AWS.
Learn how Django uses models to store user data from forms into a relational database, covering setup and core concepts.
A guide on deploying Django model changes to production using migrations, covering a simple method and best practices.
A guide on setting up and running PostgreSQL and pgAdmin using Docker Compose for local development.
A guide to Amazon DynamoDB Transactions, covering use cases, differences from batch operations, and idempotency handling.
A developer's wish list for new DynamoDB features, including filtered streams and Redis-like operations.
Announcing a free book that teaches how to build a full-stack application using React and Firebase, from setup to deployment.
Explains new JSON column query and update syntax in Laravel 5.3 for MySQL 5.7+, using arrow notation.
A historical account of Oracle's poor performance in a 1983 database benchmark and their alleged attempt to have the professor behind it fired.
A guide to using SQLite and Python's sqlite3 module to efficiently manage and query large datasets from text files.
A tutorial on using Python's sqlite3 library to create, connect to, and manage SQLite databases, including tables and data.