querycase / database
Querycase provides a convenient, fluent interface for creating and running database queries in WordPress.
Requires
- php: >=7.4
Requires (Dev)
- dealerdirect/phpcodesniffer-composer-installer: ^0.7.0
- phpunit/phpunit: ^7.0
- symfony/var-dumper: ^5.1
- wp-coding-standards/wpcs: dev-master
This package is auto-updated.
Last update: 2021-11-04 15:53:55 UTC
README
Querycase database for WordPress
Dependency-free library to create SQL Queries in WordPress.
Explore the documentation →
ℹ️ About Querycase
Querycase provides a convenient, fluent interface for creating and running database queries in WordPress.
⚠️ This framework is currently in beta. Breaking changes may occur until version 1.0.0 is tagged.
✨ Benefits
- No extra connections
- Query builders
- Pagination
- Schema declaration
- Schema introspection
Check out the documentation for a comprehensive list of features.
✅ Requirements
- PHP 7.4 or higher.
- Composer
📖 Usage
You can find the Querycase documentation at https://querycase.com.
🚨 Security Issues
If you discover a security vulnerability within Querycase, please email alessandro.tesoro@icloud.com. All security vulnerabilities will be promptly addressed.
🔖 License
Distributed under the MIT License. See LICENSE
for more information.
❤️ Acknowledgements
Querycase database is a modified fork of Spiral Database originally developed by Anton Titov and maintained by Spiral Scout. Without them, Querycase wouldn't exist.