7 ms·
Can Retool Database be self-hosted stand-alone without Retool? I can see using this as a replacement for excel on some things.
by ithrow 3y ago
Can Retool Database be self-hosted stand-alone without Retool? I can see using this as a replacement for excel on some things.
- sikan_ 3y agoWe agree! The UI can be really helpful to make quick changes to schema, data, etc. You can’t run the UI without a Retool account though. We have a self-hosted Retool that works with your own Postgres database that you connect to Retool. Docs here: https://docs.retool.com/docs/retool-database-self-hosted https://docs.retool.com/docs/retool-database-self-hosted
- dmarble 3y agoCheck out: NocoDB (https://github.com/nocodb/nocodb https://github.com/nocodb/nocodb) - works w/ MySQL, PostgreSQL, SQL Server, SQLite, MariaDB Baserow (https://gitlab.com/bramw/baserow https://gitlab.com/bramw/baserow) - PostgreSQL based APITable (https://github.com/apitable/apitable https://github.com/apitable/apitable) - MySQL based
- ithrow 3y agoBeautiful thank you.
- zem 3y agothanks, I've been looking at all the spreadsheet-over-a-database projects i can find, and hadn't discovered APITable yet! I have a very specific requirement (app where I want a few views to be collaborative spreadsheets and the rest more freeform html based pages reading from the same tables) and so far none of the popular projects has been quite suitable. (basetool might have but it's dead :()
- orthoxerox 3y agoThere's also Grist (https://getgrist.com https://getgrist.com) - SQLite based with Excel-like formulae in Python. I run it on my NAS as my own private Airtable for calorie tracking.
- seancolsen 3y agoAlso Mathesar (https://github.com/centerofci/mathesar/ https://github.com/centerofci/mathesar/) - PostgreSQL based