db


Vocabulary
couchdb

Definition
USING: strings ;

IN: couchdb

TUPLE: db
{ server server initial: T{ server } }
{ name string initial: "" } ;