» Tag
database
31 postsA CRM That Changes Its Schema via Typed Tools, Not LLM-Written SQL
A Show HN CRM lets users edit database schemas via chat using typed tools instead of LLM-generated SQL, with dual validation and safe undo.
SirixDB: A bitemporal JSON database with sub-page versioning
SirixDB is a bitemporal JSON database using copy-on-write and sub-page versioning so any revision can be queried as fast as the latest.
plx: Write PostgreSQL Stored Functions in Ruby, PHP, JS, or Python
plx transpiles Ruby, PHP, JS, and Python-like syntax into plpgsql, giving PostgreSQL developers familiar dialects with trusted, native performance.
CommitBrief — AI code reviews, right in your terminal
A provider-agnostic, local-first CLI that reviews your staged changes, a historic range, or a whole GitHub pull request. Zero telemetry, no server. Free and open source.
commitbrief.comArborDb: a Rust document store with constant-time field reads
ArborDb is a Rust document store using zero-copy, offset-table blobs to give constant-time field reads regardless of record size.
Tailscale Traces 16-Year-Old SQLite WAL-Reset Bug
Tailscale resolved a 16-year-old SQLite bug, improving service reliability.
Huge Pages Can Enhance PostgreSQL Performance
Huge pages can optimize memory management in PostgreSQL, boosting performance.
We hired a security engineer and got back 123 findings
Profullstack's security audit revealed 123 findings across two repositories, offering vital lessons for engineers.
Using SQLite in Production: Optimizing WAL Mode and Concurrency
Learn how to optimize SQLite for production environments with WAL mode and concurrency strategies.
Designing Payments Module Schema in Laravel for a Modular Monolith
Exploring payment module schema design in Laravel and inheritance methods.
Syncle: Open-source Real-time Database Synchronization Engine
Syncle is an open-source engine for real-time synchronization of databases.