ax.database¶
Auto-generated namespace index from Lua annotations.
Documented functions: 4 Source files: 1
Source Files¶
Functions¶
| Function | Source |
|---|---|
ax.database:AddToSchema(schemaType, field, fieldType) |
gamemode/framework/libraries/sv_database.lua:60 |
ax.database:Connect(module, hostname, user, password, database, port) |
gamemode/framework/libraries/sv_database.lua:41 |
ax.database:CreateTables() |
gamemode/framework/libraries/sv_database.lua:117 |
ax.database:InsertSchema(schemaType, field, fieldType, callback) |
gamemode/framework/libraries/sv_database.lua:82 |