database-proxy
database-proxy copied to clipboard
A proxy to connect Observable notebooks to databases on private networks
While implementing the `Oracle` client, I found my self needing another instance of a `pool of pools` to setup. This is centralizing the `pool of pools` so we can add...
Build on top of https://github.com/observablehq/database-proxy/pull/47/files
Because your browser isn't passing anything authentication to it. While technically correct, it's confusing so might as well at least show either a little bit of documentation or an "ok"...
This module is missing tests. They are present for the internal hosted connector and many of those could be adopted here verbatim.
When doing a db.describe(), the created_on column shows an Invalid Date.
Hi everyone! I would like to know if it is possible to add support to OmniSciDB[1]. I am reading the code to check how can I do that, I am...
When prompting for the database URL, we should provide an example of the URL format (protocol://username:password@host:port/database). Also, if there are special characters (@:/) in the password, some help on how...
After `PostgreSQL or MySQL Database URL (including username and password)` one could benefit from a hint such as `(e.g. mysql://dbuser:[email protected]/dbname)` At the end of the registration of a database: `configuration...
Presently, a validation is performed comparing the configured origin with the origin of the incoming request. This setup restricts the ability to designate the allowed origin as a wildcard (*).
I'm having trouble installing the proxy because of an oracle error (even though I don't need oracle) in Ubuntu 22.04.3 with node v18.19.0 (I also tried 20.x with the same...