System wiki web
- Toolbox
-
Users
-
Groups?
-
Index
-
Search
-
Changes
-
Notifications
-
RSS Feed
-
Statistics
-
Preferences
- User Reference
- BeginnersStartHere
- TextFormattingRules
- Macros
- FormattedSearch
- QuerySearch
- DocumentGraphics
- SkinBrowser
- InstalledPlugins
DbiContrib
API for other Contribs and plugins to use to abstract database accessesOn this page:
Usage
This Contrib is used to abstract database access from other Contribs. To configure the default database, goto theExtensions::DbiContrib section of configure (near the end).
The {DbiContrib}{DBI_dsn} specifies the "DBI DSN"
'dbi' : {the database type} : {the database name} : {the host}. {DbiContrib}{DBI_username} and {DbiContrib}{DBI_password}
need to be a database user that has permission to log in from the host Foswiki is running on.
Other Contribs can specify different DBI DSN's and options.
Installation Instructions
You do not need to install anything in the browser to use this extension. The following instructions are for the administrator who installs the extension on the server. Open configure, and open the "Extensions" section. Use "Find More Extensions" to get a list of available extensions. Select "Install". If you have any problems, or if the extension isn't available inconfigure, then you can still install manually from the command-line. See http://foswiki.org/Support/ManuallyInstallingExtensions for more help.
Contrib Info
| Contrib Author(s): | Copyright 2008-2009, Sven Dowideit, SvenDowideit@fosiki.com | ||||||
| Copyright: | © | ||||||
| License: | GPL (Gnu General Public License v3) | ||||||
| Contrib Version: | 8362 (2010-07-31) | ||||||
| Change History: | |||||||
| 1.0.1 (June 2010) | added dbDelete as an alias for dbInsert | ||||||
| March 2009: | change to be multi-database | ||||||
| Dependencies: |
|
||||||
| Contrib Home: | http://foswiki.org/Extensions/DbiContrib |
Edit • Attach • Print version • History: r2 < r1 • Backlinks • Raw View • Raw edit • More topic actions

DbiContrib