Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jvdsandt/lmdb-smalltalk
LMDB binding for Pharo Smalltalk
https://github.com/jvdsandt/lmdb-smalltalk
lmdb pharo pharo-smalltalk smalltalk
Last synced: about 2 months ago
JSON representation
LMDB binding for Pharo Smalltalk
- Host: GitHub
- URL: https://github.com/jvdsandt/lmdb-smalltalk
- Owner: jvdsandt
- License: mit
- Created: 2019-06-01T13:57:30.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-16T19:15:11.000Z (over 5 years ago)
- Last Synced: 2024-10-10T13:22:53.023Z (2 months ago)
- Topics: lmdb, pharo, pharo-smalltalk, smalltalk
- Language: Smalltalk
- Size: 77.1 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/jvdsandt/lmdb-smalltalk.svg?branch=master)](https://travis-ci.org/jvdsandt/lmdb-smalltalk)
[![Browse](https://www.cloudctrl.com/spider/button.svg)](https://www.cloudctrl.com/spider/browse/GitHub/jvdsandt/lmdb-smalltalk/commit/253ec71a9b56187e50f247d15d6032c9dd38c0c2)# lmdb-smalltalk
LMDB binding for Pharo SmalltalkA Smalltalk driver for the Lightning Memory-Mapped Database (LMDB). This is an embedded database that was developed as part
of the OpenLDAP project. The database can also be used for other applications as a fast embedded database engine.
This project makes it easy to use the database engine from Smalltalk applications.Highlights:
* FFI is used to access the liblmdb library
* Works on Linux, OSX and Windows
* A database can be accessed by multiple processes (Smalltalk images) simultaneously but not by multiple hosts
* The driver includes a high level interface: MDBSortedDictionary