Bookmarks with tag "db", page 1 of 8
simple cron-based job scheduler for PostgreSQL (10 or higher) that runs inside the database as an extension
A Bloom filter is a space-efficient data structure that is used to test whether an element is a member of a set. In the case of an index access method, it allows fast exclusion of non-matching tuples via signatures whose size is determined at index creation
OpenNutrition Foods is a free, public nutritional database of everyday generic, branded, and restaurant foods, AI-enhanced for accuracy, and available under the Open Database License.
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