# 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`).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://paultje52.gitbook.io/better-mysql/master.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
