DK wrote: > Based on what I know (or think I know) I would like to switch to sqlight.
Don't just yest. Sqlite support is unfinished: the create_tables file is incomplete, and sqlite hasn't had the testing coverage you want. > How can I convert my mysql db to sqlight so that I have one sqlight db > file per user plus I guess there is still going to be a common db > right? No. If you run a separate db per user, there's no common database. So: no shared namespaces, no acl. -- ________________________________________________________________ Paul Stevens paul at nfg.nl NET FACILITIES GROUP GPG/PGP: 1024D/11F8CD31 The Netherlands________________________________http://www.nfg.nl
