MySQLOO
Go to file
syl0r a86d2e792f Improved several mysqloo functions
Queries can now be started multiple times
PreparedQueries now cache and reuse the prepared statements allocated on the server
PreparedQueries can now return multiple result sets
Database:ping() now always attempts to reconnect to the database regardless of autoReconnect status
Added automatic update check that checks if an update is available
Added mysqloo.MINOR_VERSION
Added database:setCachePreparedStatements
slightly changed behavior of query:hasMoreResults()
Added lua library for ease of use
Added tmysql4 wrapper
Added connection pool lua library
Removed out folder
Removed logger
2017-01-12 04:42:56 +01:00
Examples Improved several mysqloo functions 2017-01-12 04:42:56 +01:00
GmodLUA/include/GarrysMod/Lua Initial commit 2015-10-05 05:39:53 +02:00
lua Improved several mysqloo functions 2017-01-12 04:42:56 +01:00
MySQL Initial commit 2015-10-05 05:39:53 +02:00
MySQLOO Improved several mysqloo functions 2017-01-12 04:42:56 +01:00
.gitignore Improved several mysqloo functions 2017-01-12 04:42:56 +01:00
BuildProjects.bat Initial commit 2015-10-05 05:39:53 +02:00
BuildProjects.lua Initial commit 2015-10-05 05:39:53 +02:00
BuildProjects.sh Compiled linux version 2015-11-18 20:38:53 +01:00
license Create license 2016-06-11 01:16:13 +02:00
minorversion.txt Improved several mysqloo functions 2017-01-12 04:42:56 +01:00
README.md updated README 2016-12-30 19:13:40 +01:00

MySQLOO 9

An object oriented MySQL module for Garry's Mod. This module is an almost entirely rewritten version of MySQLOO 8.1. It supports several new features such as multiple result sets, prepared queries and transactions. The module also fixed the memory leak issues the previous versions of MySQLOO had.

For further information please visit https://facepunch.com/showthread.php?t=1515853