https://github.com/mcfriend99/mysql
A MySQL client implemented in pure Blade.
https://github.com/mcfriend99/mysql
blade database database-management mysql mysql-client mysql-database sql sql-client
Last synced: 3 months ago
JSON representation
A MySQL client implemented in pure Blade.
- Host: GitHub
- URL: https://github.com/mcfriend99/mysql
- Owner: mcfriend99
- License: mit
- Created: 2023-02-03T00:39:24.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-14T09:52:03.000Z (11 months ago)
- Last Synced: 2025-06-01T05:35:44.785Z (7 months ago)
- Topics: blade, database, database-management, mysql, mysql-client, mysql-database, sql, sql-client
- Language: Blade
- Homepage: https://mcfriend99.github.io/mysql/
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mysql
A MySQL client implemented in pure Blade.
### Package Information
- **Name:** mysql
- **Version:** 1.0.0
- **Homepage:** https://github.com/mcfriend99/mysql
- **Tags:** mysql, database, sql, mysql-client, db
- **Author:** Richard Ore
- **License:** MIT
## Installation
You can install the mysql library with [Nyssa package manager](https://nyssa.bladelang.com)
```
nyssa install mysql
```
## Documentation
Online documentation is available at [mcfriend99.github.io/mysql](https://mcfriend99.github.io/mysql/).
## Important Notice
- The library currently only supports MySQL servers with `native_password` authentication method enabled. This covers all MySQL versions 5.7 and below but may need to be enabled for higher MySQL versions. This library has been tested up to MySQL server 9.0.1.
- There is no support for prepared statements yet.