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

https://github.com/null-none/db2json

This client dumps all* the tables in an sqlite database as json.
https://github.com/null-none/db2json

database json sqlite sqlite3

Last synced: 9 months ago
JSON representation

This client dumps all* the tables in an sqlite database as json.

Awesome Lists containing this project

README

          

db2json
===================

This client dumps all* the tables in an sqlite database as json.

Installation
------------

```bash
pip install db2json
```

Usage
-----

```python
from db2json.client import Db2json

client = Db2json("database.db")
client.sqlite_to_json()
```