mirror of
https://github.com/EQEmu/eqemu-docs-v2.git
synced 2026-08-08 17:45:09 -04:00
10 lines
287 B
Markdown
Executable file
10 lines
287 B
Markdown
Executable file
=== "Lua (2)"
|
|
|
|
!!! info end
|
|
|
|
Also see [Spire Quest API Explorer](http://spire.akkadius.com/quest-api-explorer?lang=lua&type=Database){:target="Database"} for latest definitions and Quest examples
|
|
|
|
``` lua
|
|
database:Prepare(string query);
|
|
database:close();
|
|
```
|