rest_api_demo
rest_api_demo copied to clipboard
fix #15 access db error since info.database can't be set
refer to: https://stackoverflow.com/questions/66647787/attributeerror-cant-set-attribute-when-connecting-to-sqlite-database-with-flas
sqlalchemy version should be set as 1.3.x, rather than 1.4.x by default now