[http://naviserver.sourceforge.net/ns_logobig.gif] [NaviServer%|%Main%|%] ✸ http://bitbucket.org/naviserver/naviserver/%|%Source Code %|% ✸ http://sourceforge.net/project/showfiles.php?group_id=130646%|%Downloads %|% ✸ http://naviserver.sourceforge.net/n/toc.html%|%API Documentation %|% ✸ http://sourceforge.net/mail/?group_id=130646%|%Mailing Lists%|% ✸ http://sourceforge.net/tracker/?group_id=130646&atid=719006%|%Bugs %|% ✸ https://www.ohloh.net/p/naviserver/contributors%|%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: * http://sourceforge.net/project/showfiles.php?group_id=130646 Source Code: * http://bitbucket.org/naviserver/nsdbimy/ $ 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) <>Category Database | Category NaviServer