|
From: Andrew E. <an...@el...> - 2005-01-05 11:21:06
|
Mathieu Bruneau wrote: > > AFAIK tikiwiki use ADODB abstraction layer for database operation. That > means it can (almost transparently) use any database from the list (from > the adodb website): > > MySQL, PostgreSQL, Interbase, Firebird, Informix, Oracle, MS SQL, > Foxpro, Access, ADO, Sybase, FrontBase, DB2, SAP DB, SQLite, Netezza, > LDAP, and generic ODBC, ODBTP. > > > That's mean that using SQLite it can use a file for operation! Well, I have just had a look over tikiwiki and it seems to provide what we need, though it would also require a bit of customisation to make it suitable. If it is true that this can wok on flat files it seems like a real contendor. To be honest drupal (/mysql) is just too slow in sf.net :( Handy |