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.
- Host: GitHub
- URL: https://github.com/douban/douban-sqlstore
- Owner: douban
- License: other
- Created: 2014-02-12T02:31:05.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-02-12T15:24:31.000Z (over 11 years ago)
- Last Synced: 2025-04-04T14:38:12.593Z (6 months ago)
- Language: Python
- Size: 144 KB
- Stars: 31
- Watchers: 18
- Forks: 16
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGES
- License: LICENSE
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
```