Skip to content
This repository has been archived by the owner on May 3, 2019. It is now read-only.

Support Multiple Databases #3

Open
MrXyfir opened this issue Sep 22, 2017 · 0 comments
Open

Support Multiple Databases #3

MrXyfir opened this issue Sep 22, 2017 · 0 comments

Comments

@MrXyfir
Copy link
Member

MrXyfir commented Sep 22, 2017

  • Move server/lib/mysql-wrap to its own package admyn-database-mysql OR simply keep it and other future database interfaces somewhere within server/lib OR 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.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

1 participant