feat: add listSchemas to duckdb

This commit is contained in:
Nybkox
2025-04-08 18:07:09 +02:00
parent e7c42f3623
commit 0ece8c7dec
4 changed files with 51 additions and 8 deletions

View File

@@ -0,0 +1 @@
module.exports = `SELECT * FROM duckdb_schemas() WHERE internal = false`;