On 08 Apr 12:47, [email protected] wrote: > I have a reasonable experience in postgres and have an idea to embed more > information in a database. However, in /etc/trytond.conf file there is a > statement that tryton can be used also with mysql and sqllite databases. > Those databases differ in many features.
Tryton uses database only for storage and search. So we try to stick as much possible to standard SQL and we got work arround when database doesn't comply to standard thanks to the flavor of python-sql. > I would like to know whether all > them (databases) are used in reality. > > Does anybody knows what is rough number of installations using postgres, > mysql and sqllite? I doubt any one is using MySQL in production because of the poor data precision it has. For SQLite the main goal is testing and as it doesn't allow real concurrency I doubt it can be use once many users are involved. -- Cédric Krier - B2CK SPRL Email/Jabber: [email protected] Tel: +32 472 54 46 59 Website: http://www.b2ck.com/
pgpNap_EdfLbT.pgp
Description: PGP signature
