On Jan 13, 2011, at 9:33 AM, Kevin Cully wrote:
> When I'm developing utility programs in REAL Studio, the native built in
> cross-platform database is SQLite. It's fast and easy to deploy. Great
> for "settings" for a program.
>
> For multi-user heavy-lifting database stuff, then I turn to PostgreSQL.
Since SQLite is built into Python, we use it for the settings and
preferences in Dabo. It Just Works.
Developers have the option of using SQLite for their database, but they
should only do so if they are developing single-user, local apps. We strongly
recommend PostgreSQL, MySQL or Firebird for most use cases.
-- Ed Leafe
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message:
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.