An open API service indexing awesome lists of open source software.

https://github.com/supermarcus/asyncsql

A third-party library that allows you to do query in other thread. Use part of PocketMine's SPL. GPL Licenced
https://github.com/supermarcus/asyncsql

Last synced: 8 months ago
JSON representation

A third-party library that allows you to do query in other thread. Use part of PocketMine's SPL. GPL Licenced

Awesome Lists containing this project

README

          

# AsyncSQL
This library allows you to query databases without blocking the main thread. Especially for some game server, they've got a lots of information to fetch from the remote database. This library is also use to be substituted with PocketMine's native AsyncTask with long-term database connection.

## Third-party Libraries/Protocols Used
* __[PHP MySQLi](http://php.net/manual/en/book.mysqli.php)__
* __[PHP pthreads](http://pthreads.org/)__ by _[krakjoe](https://github.com/krakjoe)_: Threading for PHP - Share Nothing, Do Everything.