hxkv

HXKV - Maintained key-value database based on haxe.Json
https://github.com/yourfriendoss/hxkv

To install, run:

haxelib install hxkv 2.0.1 

See using Haxelib in Haxelib documentation for more information.

README.md

Hxkv

Simple JSON-based key-value database.
Supports ALL platforms (all common JS runtimes/browsers included), and including flash.

Install

haxelib install hxkv

Usage

import hxkv.Hxkv;

public static function main() {
    var db = new Hxkv("mydb");
    db.set("HelloWorld", { hi: "world", howare: "you?" });
    trace(db.get("HelloWorld").howare) // "you?"
}
Contributors
yourfriendoss
Version
2.0.1
Published
1 year ago
License
GPL

All libraries are free

Every month, more than a thousand developers use Haxelib to find, share, and reuse code — and assemble it in powerful new ways. Enjoy Haxe; It is great!

Explore Haxe

Haxe Manual

Haxe Code Cookbook

Haxe API documentation

You can try Haxe in the browser! try.haxe.org

Join us on GitHub!

Haxe is being developed on GitHub. Feel free to contribute or report issues to our projects.

Haxe on GitHub