User:Ravenhurst Xeno

From Second Life Wiki
Revision as of 09:23, 29 March 2008 by Ravenhurst Xeno (talk | contribs) (New page: {{LSL Header}} == LSL Database == These programs comprise SLBase, an entirely LSL based database system. With an appropriate hashing function, it should be able to easily handle 25,000 ...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


LSL Database

These programs comprise SLBase, an entirely LSL based database system. With an appropriate hashing function, it should be able to easily handle 25,000 entries and/or 1 MB of data.

The SLBase components do nothing on their own but are designed to be a basic key/value database backend for one or more client scripts. All the database component scripts and the client scripts are contained within a prim and the client script(s) communicate with the database through llMessageLinked().

There SLBase has several different components:

       DB
       This is the core database module. It can be used standalone 
       by a client script or ganged together through DBMeta.