EddieK96 / easySql

A FiveM mysql-async wrapper designed for maximal simplicity and abstraction from sql syntax.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EasySql (Version: 0.91)

All functions included are designed to be simple to use with no required understanding of sql syntax.

Requirements

This is a wrapper for mysql-async, thus it is a requirement for this resource to work.

The Difference

Instead of passing query strings you use lua tables that correspond to the changes in your database. Everything else is done "under the hood" for you.

The Downside

If you have experience in handling databases, chances are you have no need for this resource. The goal of this repository is to give beginners and amateurs an easy solution to store and retrieve information.

About

A FiveM mysql-async wrapper designed for maximal simplicity and abstraction from sql syntax.

License:Creative Commons Zero v1.0 Universal


Languages

Language:Lua 100.0%