用于PocketMine插件的异步MySQL访问库。 poggit / libasynql 源码
libasynql Asynchronous SQL access library for PocketMine plugins. Usage The basic use of libasynql has 5 steps: Add default database settings in your config.yml. Write down all the SQL queries you will use in a resource file Initialize the database in onEnable(). Finalize the database in onDisable(
用户评论