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
Currently this project relies on the pre-configured noco.db file found in src/db/ to ensure proper folder names are generated and the views are displaying correctly without any required tinkering.
Drawbacks: Limits the owner role to a dummy account; [email protected] & requires an additional docker image (nocodb).
Using the npm package for NocoDB might allow for a more optimized experience with fewer setup-steps. Alternatively a custom back-end could be configured to allow for any SQL(lite) database, providing a simpler management interface, but for now this seems to work pretty well.
The text was updated successfully, but these errors were encountered:
Currently this project relies on the pre-configured
noco.db
file found insrc/db/
to ensure proper folder names are generated and the views are displaying correctly without any required tinkering.Drawbacks: Limits the
owner
role to a dummy account;[email protected]
& requires an additional docker image (nocodb).Using the npm package for NocoDB might allow for a more optimized experience with fewer setup-steps. Alternatively a custom back-end could be configured to allow for any SQL(lite) database, providing a simpler management interface, but for now this seems to work pretty well.
The text was updated successfully, but these errors were encountered: