Bookmarks with tag "db", page 1 of 8
The Oversized-Attribute Storage Technique
A database migration tool. Supports SQL migrations and Go functions.
Background jobs in Go via Postgres
TL;DR: When you are making a new application that requires persistent storage of data, like is the case for most web applications, your default choice should be Postgres
Lightweight Postgres packaged as WASM into a TypeScript library for the browser, Node.js, Bun and Deno
In-browser Postgres sandbox with AI assistance
Active Record supports application-level encryption. It works by declaring which attributes should be encrypted and seamlessly encrypting and decrypting them when necessary. The encryption layer sits between the database and the application. The application will access unencrypted data, but the database will store it encrypted.
How locale and collation impact sorting in PostgreSQL
Language-agnostic persistent background job server from the creator of Sidekiq
A tool to generate migrations based on schema differences