first bang implementation

This commit is contained in:
Fabian Freund
2024-06-10 03:08:23 +02:00
parent 9ae08409fe
commit 388eba93b7
47 changed files with 3809 additions and 34 deletions
+16
View File
@@ -0,0 +1,16 @@
targets:
$default:
builders:
drift_dev:
# These options change how drift generates code
options:
skip_verification_code: true
data_class_to_companions: false
named_parameters: true
sql:
dialect: sqlite
options:
version: "3.45"
modules:
- json1
- fts5