You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Database is kind of huge, so it'll be nice to have it in sql database (instead in RAM) and use same API but with async functions.
It could be, like you pass info of your database where u've uploaded sql file - as options to constructor. Then you can use all the same functions with async suffix.
The text was updated successfully, but these errors were encountered:
All the informations about IPs are huge and this library keeps these informations in RAM memory. It would be very usefull to keep it in database like mysql. Also keeping same API but with async functionality.
Oh yeah, I completely agree.
Unfortunately I won't have for this in the near future.
Please, feel free to implement this change and submit a push request if you want and I will accept it.
As in title.
Database is kind of huge, so it'll be nice to have it in sql database (instead in RAM) and use same API but with async functions.
It could be, like you pass info of your database where u've uploaded sql file - as options to constructor. Then you can use all the same functions with async suffix.
The text was updated successfully, but these errors were encountered: