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

https://github.com/douban/douban-sqlstore

Douban's MySQL lib.
https://github.com/douban/douban-sqlstore

Last synced: about 1 month ago
JSON representation

Douban's MySQL lib.

Awesome Lists containing this project

README

          

## Douban SQLStore

#### Quick Start

```
1. virtualenv venv
2. . venv/bin/activate
3. mysql -uroot < tests/test_mysql.sql
4. python setup.py install
5. python setup.py test
```