Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

an easy to use query builder on top of "friends-of-reactphp/mysql"

License

NotificationsYou must be signed in to change notification settings

SarafApp/ReactPHP-MySQL-QueryBuilder

 
 

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 iscaching_sha2_passwordwhich is currentlynot supportedbyfriends-of-reactphp/mysql therefore in order to use mysql database, theauth plugin for user should be set tomysql_native_password like this:ALTER USER 'root'@'%' IDENTIFIED WITH mysql_native_password BY 'P@55w@rd';

Development

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

Stars

Watchers

Forks

Contributors4

  •  
  •  
  •  
  •  

Languages


[8]ページ先頭

©2009-2025 Movatter.jp