1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/databases/mysac/pkg-descr
Alexey Dokuchaev ee457c168b - Update to version 1.1.2: the only functional differences are correct
order of float4store() arguments which was breaking the build on big-
  endian architectures in version 1.1.1, and plugged resource leaks in
  void mysac_close(MYSAC *mysac) function
- Define LICENSE (GPLv3) and simplify `do-install' target recipe
- Cleanup COMMENT and port description text (remove EOL whitespace and
  double `uses uses` typo), update WWW address to avoid redirect
2015-09-08 16:25:12 +00:00

7 lines
332 B
Plaintext

MySAC (Simple Asynchronous Client) is a library that provides mechanisms for
making asynchronous requests to MySQL database. It uses the official MySQL
client library for authentication and network functions. Memory allocation
must be done in user code, so any memory manager can be used.
WWW: http://www.arpalert.org/mysac.html