mimic.db.core

Database

protocol

Protocol for all Mimic backend storage

members

exists?

(exists? this target)
Check if a given target exists.

fetch

(fetch this target)(fetch this target else)
Add input to a given target's model

flush!

(flush! this)
Drop the entire database.

remove!

(remove! this target)
Remove a target from the store.

set!

(set! this target input)
Fetch a target's model.