evenframe 0.5.1

A unified framework for TypeScript type generation and database schema synchronization
1
2
3
4
5
6
7
8
9
10
11
12
13
[general]
apply_aliases = []

[schemasync]
should_generate_mocks = false

[schemasync.database]
url = "http://localhost:8000"
namespace = "test"
database = "test"

[typesync]
output = { kind = "arktype", dir = "./generated", mode = "per_file" }