https://github.com/josecarlosphp/db
PHP classes to interact with databases.
https://github.com/josecarlosphp/db
database-connector php
Last synced: 8 months ago
JSON representation
PHP classes to interact with databases.
- Host: GitHub
- URL: https://github.com/josecarlosphp/db
- Owner: josecarlosphp
- License: gpl-3.0
- Created: 2019-02-18T10:17:58.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2025-03-10T10:24:10.000Z (8 months ago)
- Last Synced: 2025-03-28T22:19:16.402Z (8 months ago)
- Topics: database-connector, php
- Language: PHP
- Size: 265 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# db
PHP classes to interact with databases.
Works with MySQL, MySQLi, and PDO.
Copyright (C) 2019 José Carlos Cruz Parra
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .