debian man page for edb-sqlite

Query: edb-sqlite

OS: debian

Section: 7

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

edb-sqlite(7)															     edb-sqlite(7)

NAME
edb-sqlite - eurephia SQLite3 database driver
DESCRIPTION
The edb-sqlite database driver is used to enable SQLite3 database in eurephia. The SQLite3 database is file based and requires no server setup at all. The database driver takes only one argument, which is a full path to the database file.b
EXAMPLES
eurephia-auth - This is configured via the OpenVPN configuration file. plugin eurephia-auth.so "-i edb-sqlite.so -- <full path to database file>" Plese notice the double dashes. They are separating the arguments between the eurephia-auth module and the database driver. eurephia_init - This is set via the command line user@server:~ $ eurephia_init --database-driver edb-sqlite.so --database-args "<full path to DB file>" eurephiadm - This is configured in the ~/.eurephia/eurephiadm.cfg file database_driver = edb-sqlite.so database_params = <full path to DB file>
SEE ALSO
eurephia-auth(7), eurephiadm(7), eurephia_init(7)
AUTHOR
Copyright (C) 2008-2010 David Sommerseth <dazo@users.sourceforge.net> David Sommerseth July 2010 edb-sqlite(7)
Related Man Pages
eurephia-variables(7) - debian
eurephiadm-adminaccess(7) - debian
eurephiadm-blacklist(7) - debian
eurephiadm-lastlog(7) - debian
eurephiadm-users(7) - debian
Similar Topics in the Unix Linux Community
sqlite issue?
sqlite database in HP-UX vs Linux
Getting Rid of Having to Write to Flat Files
how to know if my aix have multi-path driver installed?
Several processes writing to an SQLite database at the same time