asqlite icon indicating copy to clipboard operation
asqlite copied to clipboard

A simple async wrapper for sqlite3

Results 2 asqlite issues
Sort by recently updated
recently updated
newest added

it would be very helpful

```py await db.backup(target) ``` Makes a backup of `db` to the `target` database. `target` can be a Connection object.