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


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

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

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
