summaryrefslogtreecommitdiffstats
path: root/api/database
AgeCommit message (Collapse)AuthorFilesLines
2016-12-24Add sqlite and SQLAlchemy support for APIchenjiankun2-0/+54
JIRA: YARDSTICK-505 Now yardstick API need a database to store API data. And for future the yardstick GUI also need a self database. So I choose a light-weight database sqlite. And use SQLAlchemy to do ORM. Change-Id: I1edc350ec6f57ad67785de549c2135c86ea60a4a Signed-off-by: chenjiankun <chenjiankun1@huawei.com>