-
Notifications
You must be signed in to change notification settings - Fork 158
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Database Support #35
Comments
FYI - this is a combination of postgres client for the browser and websocket proxy on the server, to enable running postgres sql over the web. |
@mingfang That is really cool. It seems to me the better approach is to proxy database requests, which would support a much wider range of databases and keep the client application smaller. |
@davidkircos Yes I agree that's a better approach. Ideally(for me) is to integrate Quadratic with Openblocks. |
Makes sense. What do you use OpenBlocks for? We are working towards being able to import data from SQL, run code, and generate output such as charts and graphs directly in Quadratic. If we had that would it be feasible to work solely inside of Quadratic? |
All of that is already done in Openblocks. |
Knex.js for connecting databases
Should work for npm start & electron. No support for "Cloud".
localstorage
The text was updated successfully, but these errors were encountered: