logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

edb-sqlite - eurephia SQLite3 database driver

Author

       Copyright (C) 2008-2012  David Sommerseth <dazo@users.sourceforge.net>

David Sommerseth                                    July 2010                                      edb-sqlite(7)

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>

Name

edb-sqlite - eurephia SQLite3 database driver

See Also

eurephia-auth(7), eurephiadm(7), eurephia_init(7)

See Also