Skip to content

Commit

Permalink
update readme and todo
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanderhoof committed Jul 13, 2021
1 parent 0832dfd commit 4e2bec6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 0 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4e2bec6

Please sign in to comment.