Skip to content
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

DatabaseClient #46

Closed
mbostock opened this issue Oct 23, 2023 · 2 comments
Closed

DatabaseClient #46

mbostock opened this issue Oct 23, 2023 · 2 comments
Labels
enhancement New feature or request

Comments

@mbostock
Copy link
Member

In addition to data loaders #38 that run server-side, we’ll want the ability to run client-side database queries, too. When the site is built statically, presumably these queries would depend on an external server.

Authentication is still TBD, but we’ll probably want (optionally) a shared secret statically-baked into the built pages, in addition to the origin restrictions that the database proxy may enforce.

@mbostock mbostock added the enhancement New feature or request label Oct 23, 2023
This was referenced Oct 23, 2023
@mootari
Copy link
Member

mootari commented Oct 23, 2023

@wiltsecarpenter
Copy link
Contributor

Basic DatabaseClient support for the CLI preview case using the Observable database proxy is in and working. There is still work to be done on configuration setup that will be covered by other work items.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants