- Notifications
You must be signed in to change notification settings - Fork7
an easy to use query builder on top of "friends-of-reactphp/mysql"
License
SarafApp/ReactPHP-MySQL-QueryBuilder
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This project is an easy-to-use query builder and mysql connection manager for saraf projects.
WarningSince mysql 8+ the default authentication plugin is
caching_sha2_passwordwhich is currentlynot supportedbyfriends-of-reactphp/mysqltherefore in order to use mysql database, theauth plugin for user should be set tomysql_native_passwordlike this:ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'P@55w@rd';
Before anything please ensure that you havephpcsphp-cs-fixer installed on your machine. Then run the followingcommands to set up project for yourself.
sudo npm i -g @commitlint/config-conventionalpip install pre-commitpre-commit installpre-commit install --hook-type commit-msg
About
an easy to use query builder on top of "friends-of-reactphp/mysql"
Topics
Resources
License
Code of conduct
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Uh oh!
There was an error while loading.Please reload this page.
Contributors4
Uh oh!
There was an error while loading.Please reload this page.