An open API service indexing awesome lists of open source software.

https://github.com/davidbrochart/sqlite-anyio

Asynchronous client for SQLite using AnyIO
https://github.com/davidbrochart/sqlite-anyio

Last synced: 12 months ago
JSON representation

Asynchronous client for SQLite using AnyIO

Awesome Lists containing this project

README

          

[![Build Status](https://github.com/davidbrochart/sqlite-anyio/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)](https://github.com/davidbrochart/sqlite-anyio/actions/workflows/test.yml/badge.svg?query=branch%3Amain++)
[![Code Coverage](https://img.shields.io/badge/coverage-100%25-green)](https://img.shields.io/badge/coverage-100%25-green)

# sqlite-anyio

Originally from [here](https://gist.github.com/agronholm/458637aa569720fb1305cc74347e3e1d).