Just `npx @outerbase/studio` and It works perfectly for the local SQLite in the Wrangler project.
Just
I've also tried:
And works as well.
What about a remote d1?
I've tried something likes this below, but i don't know what Is the driver's name and if the driver is includend into the
We couldn't find the right driver for this database
npx @outerbase/studio and It works perfectly for the local SQLite in the Wrangler project.I've also tried:
npx @outerbase/studio --config="$pwd\d1-outerbase.config-local.json"
{
"driver": "sqlite",
"connection": {
"file": ".wrangler/state/v3/d1/miniflare-D1DatabaseObject/15c63002ced39d198237431f852a8e7204274c5a10e9861150529b8b00db0f6c.sqlite"
},
"port": 4000
}And works as well.
What about a remote d1?
I've tried something likes this below, but i don't know what Is the driver's name and if the driver is includend into the
@outerbase/studio packagenpx @outerbase/studio --config="$pwd\d1-outerbase.config-remote.json"
{
"driver": "cloudflare-d1",
"connection": {
"accountId": "your-account-id",
"apiToken": "your-api-token",
"databaseId": "your-database-id"
},
"port": 4000
}We couldn't find the right driver for this database


