> For the complete documentation index, see [llms.txt](https://paultje52.gitbook.io/better-mysql/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://paultje52.gitbook.io/better-mysql/master.md).

# Better-MySQL- Home

*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.\
You can also use a client extender! With this extender, things will get easier that ever!

## Chances ahead

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

* Backuping your databases or tables.
* 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](https://darkreader.org/) to know how you can install it (for `google chrome`, `firefox`and `safari`).
