Modules/Squirrel/lu sqlite

From Liberty Unleashed Wiki
(Difference between revisions)
Jump to: navigation, search
(New page: {{Module_Info| name = lu_sqlite | type = Squirrel module | version = 1.0 | author = Liberty Unleashed Team | platform = Windows/Linux | ...)
 
 
Line 11: Line 11:
 
__TOC__
 
__TOC__
  
'''lu_sqlite''' is an official module which provides Squirrel functions to create and access SQLite databases.
+
'''lu_sqlite''' is an official module which provides Squirrel functions to create and access SQLite databases. For an SQLite related tutorial, check [[Squirrel/Examples/SQLite|here]].
  
 
== Installation ==
 
== Installation ==

Latest revision as of 02:10, 16 October 2010

lu_sqlite
Type Squirrel module
Version 1.0
Author Liberty Unleashed Team
Platform Windows/Linux
Website Liberty Unleashed
Download link Included with server

Contents


lu_sqlite is an official module which provides Squirrel functions to create and access SQLite databases. For an SQLite related tutorial, check here.

[edit] Installation

Make sure you have the lu_sqlite.dll/lu_sqlite.so file in your Modules folder. After that add the following code under the event onScriptLoad of the script:

  1. LoadModule( "lu_sqlite" );

[edit] Functions

These functions are provided by the official module lu_sqlite.

[edit] Version History

  • 1.0 - Initial release.
Personal tools
Namespaces

Variants
Actions
Navigation
scripting
Toolbox