class KevalDb::Repl

Defined in:

keval_db/repl.cr

Instance Method Summary

Instance Method Detail

def handle_delete(key, db) #

[View source]
def handle_get(key, db) #

[View source]
def handle_print(db) #

[View source]
def handle_set(key, val, db) #

[View source]
def main_loop #

[View source]
def nil_splitter(input : String | Nil) : Array(String) | String #

Can't split strings when using gets due to string being union type of String or Nil Current work-around, TODO: handle nil better


[View source]