You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 3, 2019. It is now read-only.
Move server/lib/mysql-wrap to its own package admyn-database-mysqlOR simply keep it and other future database interfaces somewhere within server/libOR have built-in interfaces but support external ones as well.
Allow the user to pass a database interface to the admyn Express middleware.
Initially just require connect(), query(), and close() methods.
Eventually add methods for each controller (getDatabases(), getTables(db), etc) to allow databases with which the current hard-coded SQL will not work.
The text was updated successfully, but these errors were encountered:
server/lib/mysql-wrap
to its own packageadmyn-database-mysql
OR simply keep it and other future database interfaces somewhere withinserver/lib
OR have built-in interfaces but support external ones as well.connect()
,query()
, andclose()
methods.getDatabases()
,getTables(db)
, etc) to allow databases with which the current hard-coded SQL will not work.The text was updated successfully, but these errors were encountered: