Better-MySQL- Home

Welcome on the official better-mysql page!

Better-mysql is a NodeJS package. With this package you can communicate with a MySQL database with simple code. You can even use better-MySQL without knowing SQL!

How does it work?

When using this package, you can use multiple functions with data in it. Then, the package convert your simple line of code to SQL, and then request that at the MySQL server! Better-MySQL also got a queue system. With this queue system, every request will be placed in a queue and every X milliseconds the package will handle one request.

Chances ahead

Better-MySQL will get more futures later. Some things are:

  • Backuping your databases or tables.

  • Support for extensions in the package.

  • Convert to SQL only.

  • Running a MySQL server server with this package.

  • Using local SQLITE databases.

  • And many more!

Dark mode

Because gitbook doesn't support a dark mode, you have to see everything bright. But, there is a extensions called dark reader. If you use that extensions, everything is perfect dark! Not only in gitbook, but for EVERY WEBSITE! View the website to know how you can install it (for google chrome, firefoxand safari).

Last updated