feat: sql dev tooling
This commit is contained in:
parent
ab5b2a4ac7
commit
eeac5f2575
2 changed files with 15 additions and 0 deletions
5
.lazy.lua
Normal file
5
.lazy.lua
Normal file
|
@ -0,0 +1,5 @@
|
|||
vim.g.dbs = {
|
||||
dev = "sqlite:testing.db",
|
||||
}
|
||||
|
||||
return {}
|
10
.sqlfluff
Normal file
10
.sqlfluff
Normal 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
|
Loading…
Reference in a new issue