You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NOTE: The DB admin should auto-generate a uuid at <generate-uuid>
Change JavaScript sample code to match behavior in kwil cli.
When clicking Connect to Provider change the two options to:
Execute SQL (link to IDE page)
View Data (link to Databases page)
On IDE page, change each file to be a .sql file, and apply SQL validation logic (if simple, if not, SQL validation can be a future item).
On the databases page, show all schemas, including schemas that start with _kwild (@brennanjl - can you give your opinion on this? should all schemas be visible through the db admin?)
Change Pinned Databases and My Databases to Pinned Schemas and My Schemas
Future Changes
These can be implemented after the release.
Add a terminal-like interface/modal to the databases page that allows people to execute ad-hoc SQL. This interface should be able to expand and contract.
Add a similar terminal-like interface to the deployments page on the firebird section, allowing users to execute queries immediately after they deploy (decrease the amount of navigation the user needs to do to start using the DB)
There should be a section that gives similar tips to the kwil-cli and Javascrip section; however, a user should be able to hide the tips if they wish.
E.g,.
The text was updated successfully, but these errors were encountered:
Immediate Changes
These need to be implemented by the time kwil-db v0.10 reaches final release.
Move Firebird to be the first item in the nav bar list
On the database tab, if a user is not connected to an instance, prompt them to deploy one in firebird.
On firebird deployment page, change
Kwil Version
to 0.10.0Change
Kwil CLI
sample code to:<your-private-key>
.NOTE: The DB admin should auto-generate a uuid at <generate-uuid>
Change
JavaScript
sample code to match behavior in kwil cli.When clicking
Connect to Provider
change the two options to:On IDE page, change each file to be a .sql file, and apply SQL validation logic (if simple, if not, SQL validation can be a future item).
On the databases page, show all schemas, including schemas that start with
_kwild
(@brennanjl - can you give your opinion on this? should all schemas be visible through the db admin?)Update how the schema information is retrieved (e.g., actions, schemas, tables, etc.). See this document for reference: https://docs.google.com/document/d/1NfOicqc4WE5SEVNzxYkFrGwj6qn_Cid1GKe7C2kFxec/edit?usp=drive_link
Remove
Other Database
Change
Pinned Databases
andMy Databases
toPinned Schemas
andMy Schemas
Future Changes
These can be implemented after the release.
databases
page that allows people to execute ad-hoc SQL. This interface should be able to expand and contract.The text was updated successfully, but these errors were encountered: