https://github.com/scottyrichardson/grayl-database-query
Builds select, insert, update, and delete queries using objects. Supports where clauses. Converts query objects into SQL statements ready for use in prepared statements. Part of the Grayl PHP framework.
https://github.com/scottyrichardson/grayl-database-query
composer-package grayl php prepared-statements query-builder sql
Last synced: 3 months ago
JSON representation
Builds select, insert, update, and delete queries using objects. Supports where clauses. Converts query objects into SQL statements ready for use in prepared statements. Part of the Grayl PHP framework.
- Host: GitHub
- URL: https://github.com/scottyrichardson/grayl-database-query
- Owner: scottyrichardson
- Created: 2022-11-07T07:27:58.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-07T07:28:13.000Z (over 2 years ago)
- Last Synced: 2025-01-03T23:35:27.466Z (5 months ago)
- Topics: composer-package, grayl, php, prepared-statements, query-builder, sql
- Language: PHP
- Homepage: http://grayl.richardson.is/
- Size: 20.5 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Grayl Database Query Package