Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
imryche committed Jul 5, 2024
1 parent be5d9b5 commit d5a4708
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ straightforward as it sounds.
import litequery
import asyncio


async def main():
lq = litequery.setup("database.db", "queries.sql")
await lq.connect()
Expand Down Expand Up @@ -79,6 +80,7 @@ atomicaly.
import litequery
import asyncio


async def main():
lq = litequery.setup("database.db", "queries.sql")
await lq.connect()
Expand Down

0 comments on commit d5a4708

Please sign in to comment.