Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.
/ MySQL.JS Public archive

A implementation of mysql commands as functions in javascript (also allows you to not break everything if your database is offline)

License

Notifications You must be signed in to change notification settings

emanuelfranklyn/MySQL.JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MySQL.JS

A implementation of mysql commands as functions in javascript (also allows you to not break everything if your database is offline)

Short description: Creates a Ready event when connect sucefully with database (also you can use .then after the connect command) All commands than are been runned before connection with mysql database stays in a waiting state, and then after the connection are runned so you can use a then after the command and doesn't make your code await the database connection to start.

About

A implementation of mysql commands as functions in javascript (also allows you to not break everything if your database is offline)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published