mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-18 00:54:19 +01:00
Implement pragma database_list
And also the CLI option .databases, which is just manipulating that. This is one step in the road to attach.
This commit is contained in:
@@ -62,6 +62,8 @@ pub enum Command {
|
||||
Echo(EchoArgs),
|
||||
/// Display tables
|
||||
Tables(TablesArgs),
|
||||
/// Display attached databases
|
||||
Databases,
|
||||
/// Import data from FILE into TABLE
|
||||
#[command(name = "import", display_name = ".import")]
|
||||
Import(ImportArgs),
|
||||
|
||||
Reference in New Issue
Block a user