Replies: 1 comment 3 replies
-
I don't that's a quarto issue, since that module doesn't work on observablehq.com either: If you find a javascript module that can access a postgres database, then that should work. (Are postgres databases directly available through HTTP? It would appear that you need, at least, something like https://github.com/PostgREST/postgrest) |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm wondering if it is possible to access a Postgres database using ojs cells. Observable seems to have their own database access system - I don't think that works with Quarto. If I try to,
gives the dreaded
RequireError: invalid module
. I've also tried thepq
package and get the same result. Tips at https://observablehq.com/@observablehq/how-to-require-stubborn-modules didn't help.Any ideas here? Being able to directly access a large database with an interactive ojs document would be a very nice feature to have. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions