Use go embed to load queries from static files (#607)
This commit is contained in:
6
pkg/statements/sql/schemas.sql
Normal file
6
pkg/statements/sql/schemas.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
SELECT
|
||||
schema_name
|
||||
FROM
|
||||
information_schema.schemata
|
||||
ORDER BY
|
||||
schema_name ASC
|
||||
Reference in New Issue
Block a user