https://github.com/alessandrotesoro/schema
A chainable wrapper for creating database tables schema powered by wpdb in WordPress.
https://github.com/alessandrotesoro/schema
database schema wordpress wordpress-development wordpress-library wordpress-plugin wpdb
Last synced: about 1 month ago
JSON representation
A chainable wrapper for creating database tables schema powered by wpdb in WordPress.
- Host: GitHub
- URL: https://github.com/alessandrotesoro/schema
- Owner: alessandrotesoro
- License: gpl-3.0
- Created: 2024-09-23T15:42:42.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-10-19T03:28:25.000Z (7 months ago)
- Last Synced: 2024-11-22T18:11:47.734Z (6 months ago)
- Topics: database, schema, wordpress, wordpress-development, wordpress-library, wordpress-plugin, wpdb
- Language: PHP
- Homepage: https://baselibs.com/
- Size: 55.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# âšī¸ WordPress Database Schema
PHP library designed to provide a chainable wrapper for creating and managing database table schemas in WordPress. It offers a fluent interface to define table structures, columns, indexes, and foreign keys programmatically.
## đ Usage
Please refer to the [official documentation](https://www.baselibs.com/schema/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.