feat(database): typed browser db client + dev playground demo#358
Draft
ditadi wants to merge 9 commits intostack/database/initfrom
Draft
feat(database): typed browser db client + dev playground demo#358ditadi wants to merge 9 commits intostack/database/initfrom
ditadi wants to merge 9 commits intostack/database/initfrom
Conversation
This was referenced May 6, 2026
81f2315 to
56a4d07
Compare
81e721d to
17b47ae
Compare
56a4d07 to
ed8ade5
Compare
40caf41 to
d8a863b
Compare
ed8ade5 to
5108b12
Compare
Fixes undefined schema name for non-public namespaces.
PostgREST-style query encoding; no direct Data API calls.
ssrLoadModule + relation-aware includes; CLI falls back to dynamic import.
Lakebase env wired; Data API URL omitted (pool-first runtime).
Typegen + smoke CRUD; ignores cover generated schema artifacts.
d8a863b to
7f53a55
Compare
0f2d27e to
3d90d27
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
🥞 Stacked PR
Use this link to review incremental changes.
Summary
Frontend integration: a typed browser db client over the AppKit routes, plus a working playground demo.
@databricks/appkit-uibrowser db client (typed, lazy, with statusCode alias)DatabaseRegistrytypes emitted from schema via Vite plugin/databasedemo route in dev-playground?include=+?select=separationStack (5/8)
Test plan