https://github.com/alessandrotesoro/query-builder
A lightweight and fluent query builder for easy database interactions in WordPress.
https://github.com/alessandrotesoro/query-builder
database fluent wordpress wordpress-php-library wordpress-plugin wpdb
Last synced: 13 days ago
JSON representation
A lightweight and fluent query builder for easy database interactions in WordPress.
- Host: GitHub
- URL: https://github.com/alessandrotesoro/query-builder
- Owner: alessandrotesoro
- License: mit
- Created: 2024-09-22T06:33:35.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-09-28T05:03:38.000Z (8 months ago)
- Last Synced: 2025-04-19T18:31:08.415Z (about 1 month ago)
- Topics: database, fluent, wordpress, wordpress-php-library, wordpress-plugin, wpdb
- Language: PHP
- Homepage: https://www.baselibs.com/
- Size: 64.5 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# âšī¸ Query Builder
Baselibs Query Builder is a library that implements an abstraction layer over the `wpdb` class. The aim is to provide a lightweight and fluent query builder for easy database interactions in WordPress.
This library does not require any of the other libraries under the Baselibs umbrella.
## đ Usage
Please refer to the [official documentation](https://www.baselibs.com/query-builder/getting-started.html) for more details.
## đ¨ Security Issues
If you discover a security vulnerability, please email [[email protected]](mailto:[email protected]). All security vulnerabilities will be promptly addressed.## đ License
Distributed under the MIT License. See `LICENSE` for more information.