Rename to aiodatalite

This commit is contained in:
hhh
2024-03-17 15:58:01 +02:00
parent a0db44f945
commit b874525423
11 changed files with 9 additions and 9 deletions

View File

@@ -37,7 +37,7 @@ Use poetry to develop.
```python
from dataclasses import dataclass
from datalite import datalite
from aiodatalite import datalite
@datalite(db_path="db.db")