lech,
a few posts ago i had (half-jokingly) that vanilla might be a good candidate for sqlite support. since mark's code is very well done (and well abstracted), it seemed very logical that migrating to another database backend would be easy.
i wouldn't expect someone to use sqlite when mysql is an option. the benefits of mysql over sqlite are huge, but sqlite has two big benefits:
1) theoretically, it will work wherever php is installed (but i guess this depends on whether it was compiled in), and depends on nothing else (like a mysql server, be it on the same machine or on the same network)
2) it's supposed to be crazy fast for small databases.
punBB pretty much has the market cornered for forum software that will run in such a minimal environment.
anyway, just wanted to clear that up. thanks for looking into this, mark!
Comments