poggit / libasynql

Asynchronous MySQL access library for PocketMine plugins.
https://poggit.github.io/libasynql
Apache License 2.0
132 stars 44 forks source link

Add curl options #79

Closed theohdg2 closed 2 years ago

theohdg2 commented 2 years ago

hello, I open this issue to ask you if in the next update it would be possible to add a curl option like that the developers using the discord/google/facebook api do not lag because for example I use my propore api to retrieve data from my database (security issue :))

Thank you in advance for your reply

dries-c commented 2 years ago

It's something completely different than the intended purpose, this might help you out: https://github.com/NetherGamesMC/libasynCurl

SOF3 commented 2 years ago

libasynql is for SQL only.

Also there's BulkCurlTask right?