tucksaun/dbal — explained in plain English
Analysis updated 2026-07-18 · repo last pushed 2024-10-23
Write database queries once and run them against MySQL, PostgreSQL, or SQLite without rewriting code for each vendor.
Inspect an existing database's tables and columns programmatically instead of manually checking the schema.
Manage schema changes like adding new tables or fields as an application evolves.
| tucksaun/dbal | 0verflowme/alarm-clock | 0verflowme/seclists | |
|---|---|---|---|
| Language | — | CSS | — |
| Last pushed | 2024-10-23 | 2022-10-03 | 2020-05-03 |
| Maintenance | Stale | Dormant | Dormant |
| Setup difficulty | moderate | easy | easy |
| Complexity | 3/5 | 2/5 | 1/5 |
| Audience | developer | vibe coder | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Requires configuring database connection parameters for whichever backend you use.
Doctrine DBAL is a PHP library that provides one consistent way to write database queries and manage schemas across MySQL, PostgreSQL, SQLite, and other databases.
Stale — no commits in 1-2 years (last push 2024-10-23).
The explanation does not specify the license terms.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.