diff --git a/lib/kc3/0.1/config.kc3 b/lib/kc3/0.1/config.kc3
new file mode 100644
index 0000000..f15bf48
--- /dev/null
+++ b/lib/kc3/0.1/config.kc3
@@ -0,0 +1,10 @@
+defmodule Config do
+
+ def db = Facts.database()
+
+ def get = fn (module, key) {
+ Facts.first_with(db, [[module, :config, config = ?],
+ [config, key, value = ?]],
+ value)
+ def set = fn (module, assoc) {
+ Facts.add_tags(