Main ✸ Source Code ✸ Downloads ✸ API Documentation ✸ Mailing Lists ✸ Bugs ✸ Developers
nsdbimy is a MySQL driver for the nsdbi database driver interface.
It can connect to a standalone database server, but can also be built with the mysql database embedded into the driver. In the second case, each thread of the naviserver web server is also a mysql thread.
Download:
Source Code:
$ hg clone https://bitbucket.org/naviserver/nsdbimy/
ray2501 2017-11-26
I build failed at openSUSE LEAP 42.3, it is necessary to update Makefile.
- MYSQL_LIBS = $(shell $(MYSQL_CONFIG) --libs_r) \ - $(LDRFLAG)$(shell $(MYSQL_CONFIG) --libs_r | sed -r -e 's/-L([^ ]+).*/\1/') + MYSQL_LIBS = $(shell $(MYSQL_CONFIG) --libs_r)