-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
29 lines (23 loc) · 840 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
Myasquo version 0.1.3
-------------------------------------------------
Date: October 21, 2017
Website: https://github.com/blackjack/myasquo
Project Lead/Maintainer (2012-current):
Oleksandr Senkovych <[email protected]>
Install
-------
For installation or compiling instructions, see the INSTALL file.
License
-------
This library is licensed under the Lesser GNU General Public License. See
the COPYING file for more information.
Examples
-------
See `examples` directory.
Description
-----------
Myasquo is an MySQL asyncronous queued library.
It's main purpose is to provide async capabilities, reliability and simplicity.
All the data that cannot be written will be backed up in the filesystem.
This library is designed only for setting data, but not getting it - you cannot
get return value of the query.