Sql

From GMod Wiki

Jump to: navigation, search

The SQL library is an interface to the SQLite engine that is built into Garry's Mod.

The syntax and usage of SQLite is very similar to MySQL.

Library Commands

NewerShared.png sql.Begin
NewerShared.png sql.Commit
NewerShared.png sql.LastError
NewerShared.png sql.Query
NewerShared.png sql.QueryRow
NewerShared.png sql.QueryValue
NewerShared.png sql.SQLStr
NewerShared.png sql.TableExists

Additional Notes


http://w3schools.com/sql/default.asp

Personal tools
Namespaces
Variants
Actions
Navigation
Lua Scripting
Functions
Hooks
Toolbox