-
v0.7.1 Stable
released this
2026-08-23 18:31:41 +00:00 | 0 commits to main since this releaseVSKI v0.7.1
Dashboard: database-scoped collections (web UI)
The standalone dashboard now works with the per-database collection
registry introduced in v0.7.0. Browsing a collection that lives outside
thedefaultdatabase previously failed with
{"error":"Collection not found"}— every dashboard request resolved in
default, where the collection does not exist.- Sidebar collection links carry their database
(/collections/<name>?db=<dbName>), so the same bare name in two
databases is addressable and never ambiguous. - Collection pages resolve the database from the link (falling back
to thedefaultdb when the URL is unqualified) and issue every
records operation — list, create, update, delete, bulk — through the
db-scoped SDK namespace. - Collection settings (schema/indexes/views/rules editor) and the
API Rules page PATCH the collection through its own database;
relation pickers load their options from the same db. - System collections (
_api_keys,_sql_snippets, …) keep resolving
from any namespace, unchanged.
SDK (TS/JS) v2.0.4
Published to the package registry.
client.db(name)now also exposes the
settings namespace (client.db(name).settings.collections.*) so
registry operations resolve within the named database; records namespaces
were already scoped. This is the version the dashboard ships against.Compatibility
No API or storage changes — v0.7.1 is the dashboard + SDK companion
release for the v0.7.0 per-database registry.Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Sidebar collection links carry their database