Notes about SQLite: Difference between revisions

From OpenPetra Wiki
Jump to navigation Jump to search
Line 7: Line 7:
** http://cfred.free.fr/download.php#wxsqliteplus wxSQLite+ (GPL)
** http://cfred.free.fr/download.php#wxsqliteplus wxSQLite+ (GPL)
** http://sqlitestudio.one.pl SQLite Studio (GPL)
** http://sqlitestudio.one.pl SQLite Studio (GPL)
** http://sqliteman.com/ Sqliteman (GPL)


== restrictions ==
== restrictions ==

Revision as of 09:54, 19 June 2009

Sources

restrictions

see also http://www.sqlite.org/omitted.html

  • no access permissions (other than file permissions); this is not so much a problem, because we use our own tables for access permissions anyways
  • no sequences (need a workaround: use eg. http://www.sqlite.org/faq.html#q1 AUTOINCREMENT)
  • no foreign key constraints

purpose

SQLite is easy to install, and therefore is useful for setting up demo systems for evaluation of OpenPetra.org