I have an express application that is linked to a Monet database. I need to have an administrator panel to monitor the app and see any changes in the database. Can I use some admin panels like the ones that are available on Rails (ActiveAdmin), or Django (Admin Interface)?
Asked
Active
Viewed 76 times
0
-
Providing code example can be helpful. – onetwo12 Jul 23 '17 at 09:54
1 Answers
0
Not sure if this helps, but several graphical interface tools are known to work with MonetDB to support click-and-go interactions: https://www.monetdb.org/Documentation/Cookbooks/SQLrecipes/Clients
Even if the tool you want to use is not listed there, connecting to MonetDB is fairly easy if a driver is available. JDBC, ODBC are the mostly used, many more are supported: https://www.monetdb.org/Documentation/Manuals/SQLreference/Programming

Jennie
- 345
- 1
- 8