Daniel Minukhin

Results 4 issues of Daniel Minukhin

The Index example from the docs fails: ``` Table bookings { id integer country varchar booking_date date created_at timestamp indexes { (id, country) [pk] // composite primary key created_at [note:...

Add running time to extensions stdout, example: ```bash $ foliant make site Parsing config... Done in 0.001s Applying preprocessor includes... Done in 0.02s Applying preprocessor argdown... Done in 4.919s Applying...

Introduces SQL and DBML renderer classes for #38

DBML 3.4.1 [introduced](https://github.com/holistics/dbml/pull/535) changes to how escaping works in strings. PyDBML doesn't support all of it as of yet. Bun since it will only affect weird edge cases, this doesn't...