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:
Glauber Costa
2025-07-20 13:30:08 -05:00
parent 440ff43a72
commit 0545049d59
8 changed files with 135 additions and 13 deletions

View File

@@ -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),