You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP DB Lib is a lightweight database abstraction library for PHP that simplifies connecting to and interacting with MySQL, SQL Server, and PostgreSQL databases. It provides a clean API for running queries, fetching results, handling transactions, performing automated DB dumps, importing data from files and exporting data to files.
Lightweight Go DB Helper for PostgreSQL A reflection-based helper package for PostgreSQL in Go. Supports dynamic table creation from struct models, custom SQL generation, inserts with foreign key resolution, and flexible metadata-driven constraints.