Skip to content

Commit 9f45c58

Browse files
committed
readme edited
1 parent 202b8c5 commit 9f45c58

1 file changed

Lines changed: 17 additions & 1 deletion

File tree

README.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ This is a simple package built on top of [the PyDBML package by Vanderhoof](http
77

88
## Installation
99

10-
WIP
10+
You'll need Python 3.x.
11+
12+
```
13+
pip install dbml_sqlite
14+
```
15+
16+
Or:
17+
18+
```
19+
poetry add dbml_sqlite
20+
```
1121

1222
## Usage
1323

@@ -336,3 +346,9 @@ Given a colType, coerce to closest native SQLite type and return that, otherwise
336346

337347
**Returns:**
338348
+ *str:* valid SQLite column type.
349+
350+
## References
351+
+ [PyDBML by Vanderhoof](https://github.com/Vanderhoof/PyDBML)
352+
+ [Database Markup Language — DBML](https://www.dbml.org/home/#intro)
353+
+ [SQLite Official](https://sqlite.org/index.html)
354+
+ [SQLite3 Python Library](https://docs.python.org/3/library/sqlite3.html)

0 commit comments

Comments
 (0)