Hot on the heals of last week's release we have released version
0.2.0 alpha of libAttachSQL. For those who have missed my
previous blog posts, libAttachSQL is a lightweight C connector
for MySQL servers I'm creating with HP's Advanced Technology
Group. It has an Apache 2 license so is good for linking
with most Open Source licenses as well as commercial software
projects.
Changes in this release:
- Added support for query result buffering
- Passive connect on first query is now asynchronous
- Improved memory handling
- Many documentation changes, including API examples
- Many other smaller fixes
For more information see the libAttachSQL documentation and the …
[Read more]