Skip to content

Commit c50c4f4

Browse files
committed
Readme Conversion
1 parent 9f45c58 commit c50c4f4

1 file changed

Lines changed: 21 additions & 1 deletion

File tree

README.rst

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,17 @@ files for your Python programs.
1111
Installation
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

1626
Usage
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

0 commit comments

Comments
 (0)