Mirror of
forum.nim-lang.org
index
1162 :: Nonblocking, async MySQL connections
[2015-04-27T07:48:02+02:00]
View Orginal
WimL
(orginal)
[2015-04-27T07:48:02+02:00]
view original
As a learning exercise I've written a mysql client library in Nim using the async feature:
https://github.com/wiml/nim-asyncmysql
dom96
(orginal)
[2015-04-27T12:47:37+02:00]
view original
Very nice! Now make a generic async SQL module :)