Releases: hassananayi/QuickDB
Releases · hassananayi/QuickDB
Initial Release
QuickDB - Version 1.0.0
The first official release of QuickDB, a lightweight PHP database framework designed to accelerate development.
Features
- Database Connection: Seamless connection to MySQL databases using
mysqli. - CRUD Operations:
get: Fetch a single record based on conditions.select: Fetch multiple records based on conditions.update: Update records based on conditions.has: Check if records exist based on conditions.insert: Insert new records into the database.delete: Delete records based on conditions.query: Execute custom SQL queries.
- Type Safety: Utilizes PHP 8.2's type declarations for better code safety and readability.
- Ease of Use: Simple, intuitive API for common database operations.
Author
Hassan ABBAS
License
This project is licensed under the MIT License - see the LICENSE file for details.