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

https://github.com/lincolnloop/django-libsql

libsql database backend for Django
https://github.com/lincolnloop/django-libsql

Last synced: 8 months ago
JSON representation

libsql database backend for Django

Awesome Lists containing this project

README

          

# django-libsql

## ⚠️ This library is not yet usable. The Python libsql library is not complete yet. ⚠️

[![PyPI - Version](https://img.shields.io/pypi/v/django-libsql.svg)](https://pypi.org/project/django-libsql)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/django-libsql.svg)](https://pypi.org/project/django-libsql)

-----

**Table of Contents**

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install django-libsql
```

## License

`django-libsql` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.