mirror of
https://github.com/appgurueu/modlib.git
synced 2025-02-17 00:32:35 +01:00
Minor Readme Fix
This commit is contained in:
@ -39,7 +39,7 @@ This will prevent strings from being referenced, possibly bloating file size, bu
|
|||||||
|
|
||||||
#### SQLite3 Database Persistence
|
#### SQLite3 Database Persistence
|
||||||
|
|
||||||
Uses a SQLite3 database to persistently store a Lua table. **Experimental.**. Obtaining it is a bit trickier, as it requires access to the `lsqlite3` library, which may be passed:
|
Uses a SQLite3 database to persistently store a Lua table. **Experimental.** Obtaining it is a bit trickier, as it requires access to the `lsqlite3` library, which may be passed:
|
||||||
|
|
||||||
```lua
|
```lua
|
||||||
local modlib_sqlite3 = persistence.sqlite3(require"lsqlite3")
|
local modlib_sqlite3 = persistence.sqlite3(require"lsqlite3")
|
||||||
|
Reference in New Issue
Block a user