-
Notifications
You must be signed in to change notification settings - Fork 88
Index of Module lmdb
Chris Petersen edited this page Sep 10, 2015
·
1 revision
Module: lmdb
Interface to the LMDB key-value database
Function | Short Description |
---|---|
(make-lmdb dbname) | Creates an LMDB database |
(lmdb-open dbname) | Opens or creates LMDB database |
(lmdb-delete dbname) | Delete LMDB database |
(lmdb-ref db key) | Lookup key in database |
(lmdb-set! db key value) | Set a database key value pair |
(lmdb-close db) | Close database handle |
(lmdb-count db) | Return number of key-value pairs |
(lmdb-index db) | Return a list of database keys |
(table->lmdb t dbfile . key) | Save table to database |
(lmdb->table dbfile . key) | Load database into table |
-
- accelerometer
- alist
- audio
- audioaux
- base64
- btle-scan
- camera
- cdb
- cgi
- config
- csv
- curl
- digest
- dmtx
- download
- eventloop
- fcgi
- fft
- generalized-arrays
- gps
- graph
- gyro
- hidapi
- hpdf
- html
- httpsclient
- hybridapp
- json
- lmdb
- ln_core
- ln_glcore
- ln_glgui
- ln_store
- localization
- localization_gui
- localnotification
- magnetometer
- mdns
- mqtt
- mqtt-store
- multitouch
- oauth
- orientation
- p256ecdsa
- png
- portaudio
- pregexp
- pressure
- prime
- pushnotification
- redcap
- rsa
- rtaudio
- rupi
- rotation
- sanestring
- scheduler
- serial
- sets
- settings
- simplexnoise
- sqlite
- ssax
- syntax-case
- timestamp
- ttf
- uiform
- url
- uuid
- vibrate
- videoplayer
- watchdog
- website
- xml
- zip