feat: sql dev tooling

This commit is contained in:
Zynh Ludwig 2024-11-15 10:53:47 -08:00
parent ab5b2a4ac7
commit eeac5f2575
2 changed files with 15 additions and 0 deletions

5
.lazy.lua Normal file
View file

@ -0,0 +1,5 @@
vim.g.dbs = {
dev = "sqlite:testing.db",
}
return {}

10
.sqlfluff Normal file
View file

@ -0,0 +1,10 @@
[sqlfluff]
dialect = sqlite
[sqlfluff:layout:type:column_constraint_segment]
spacing_before = align
align_within = create_table_statement
[sqlfluff:layout:type:data_type]
spacing_before = align
align_within = create_table_statement