File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,17 @@ files for your Python programs.
1111Installation
1212------------
1313
14- WIP
14+ You’ll need Python 3.x.
15+
16+ ::
17+
18+ pip install dbml_sqlite
19+
20+ Or:
21+
22+ ::
23+
24+ poetry add dbml_sqlite
1525
1626Usage
1727-----
@@ -421,6 +431,16 @@ otherwise raise a ValueError.
421431
422432**Returns: ** + *str: * valid SQLite column type.
423433
434+ References
435+ ----------
436+
437+ - `PyDBML by Vanderhoof <https://github.com/Vanderhoof/PyDBML >`__
438+ - `Database Markup Language —
439+ DBML <https://www.dbml.org/home/#intro> `__
440+ - `SQLite Official <https://sqlite.org/index.html >`__
441+ - `SQLite3 Python
442+ Library <https://docs.python.org/3/library/sqlite3.html> `__
443+
424444.. |DBML_SQLite | image :: https://github.com/dvanderweele/DBML_SQLite/actions/workflows/test.yml/badge.svg
425445.. |Coverage Status | image :: https://coveralls.io/repos/github/dvanderweele/DBML_SQLite/badge.svg?branch=main
426446 :target: https://coveralls.io/github/dvanderweele/DBML_SQLite?branch=main
You can’t perform that action at this time.
0 commit comments