> only two (maybe 3) And then you mention:
* BerkleyDB * MySQL * PostgreSQL I'd add, after Berkley DB, but before the "real" SQL databases * SQLite SQLite allows databases with no setup, without any server processes running, with a good selection of SQL. You don't need to mess with users and access right, as with BerkleyDB, you simply use the access rights and users of the underlying OS/File system. And yet it's transactional and ACID as the more bigger solutions, which also need more setup and handholding. Also, SQLite is twice as fast as MySQL :-) http://www.sqlite.org _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
