Skip to content

Commit 14a10ac

Browse files
authored
Add usage section for SQLAlchemy
Added usage instructions for SQLAlchemy in README.
1 parent dfcad29 commit 14a10ac

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ How to install
44
```
55
python3 setup.py install
66
```
7-
SQLAlchemy
7+
How to use
88
```python
99
from sqlalchemy import *
1010
from sqlalchemy.engine import create_engine

0 commit comments

Comments
 (0)