Database management

Commands to manage reference databases.

Create Databases

refdb-createdb(void);

Asks interactively for the name of a new reference database and for the default character encoding. After the database is created, you may have to run Add Users to grant users access to the new database.

List Databases

refdb-listdb(dbname);

Asks interactively for a regular expression used to list reference databases. An empty string causes refdb-mode to list all available reference databases.

Delete Databases

refdb-deletedb(dbname);

Asks interactively for the name of an existing reference database that should be deleted. Minibuffer completion against the list of existing databases is available.