From 4e2bec69232a6d751d616225e717e90901cd6ca9 Mon Sep 17 00:00:00 2001 From: Vanderhoof Date: Tue, 13 Jul 2021 12:28:46 +0300 Subject: [PATCH] update readme and todo --- README.md | 2 +- TODO.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 13d573a..2c745e5 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ CREATE TABLE "orders" ( ``` -Finally, you can generate the DBML source from your schema with updated values from the classes: +Finally, you can generate the DBML source from your schema with updated values from the classes (added in **0.4.1**): ```python >>> parsed.project.items['author'] = 'John Doe' diff --git a/TODO.md b/TODO.md index a53be08..f99e053 100644 --- a/TODO.md +++ b/TODO.md @@ -1,5 +1 @@ -- Docs for converting to dbml -- Notes should be converted to COMMENT ON -- comments should be converted to comments - Creating dbml schema in python -- Docs for creating dbml schema in python