Hacker News
- ChartDB: Visualize database schemas with a single query (Postgres, MySQL, MSSQL, SQLite, Clickhouse, MariaDB) https://github.com/chartdb/chartdb 14 comments programming
- Understanding Postgres Database Schemas and the search_path https://www.dolthub.com/blog/2024-05-07-understanding-postgres-schemas/ 4 comments postgresql
- Converting a Database Schema from MySQL to PostgreSQL http://developers.chrisranjana.com/php-programming/converting-a-database-schema-from-mysql-to-postgresql.html 4 comments programming
- A new gem with Rails Postgres ActiveRecord patches for common production workloads like auto healing applications when database fails over or auto clearing schema cache when dropping a column https://github.com/tines/rails-pg-adapter/ 5 comments rails