资讯

Database as a Service (DBaaS) Introduction This is an implementation of a database as a service api written in python + django. It will try to follow some hypermedia concepts throughout the api calls.
Usage Use connect asyncmy provides a way to connect to MySQL database with simple factory function asyncmy.connect(). Use this function if you want just one connection to the database, consider ...