Home > KRL-StringBin-Module

KRL-StringBin-Module

KRL-StringBin-Module is a project mainly written in ..., it's free.

A KRL module for StringBin

KRL StringBin Module

This is a KRL (Kynetx Rule Language) module for the key-value storage service, StringBin, created by Mike Grace.

Using the module

You can use the module in your Kynetx apps like so:

meta {
    use module a369x115 alias Bin with pin = "yourpinhere"
}

rule read_from_bin {
    select when pageview ".*"
    pre {
         juciyDetails = Bin:read("keyname");
    }
}
Previous:sesun