Most recent edit on 2008-07-01 02:48:11 by HarryBo
Additions:
SQLite is a database system that is designed to be embedded in an application.
Until version 6.5 of SlimServer (later renamed SqueezeCenter), SQLite was the database of choice. From 6.5 onwards, MySQL was used instead.
Deletions:
SQLite is a database system that is designed to be embedded in an application. The entire database is stored in a single file (.slimserversql.db for SlimServer) which improves portability but impacts performance.
Until version 6.5 of SlimServer, SQLite was the database of choice. From 6.5 onwards, MySQL is used instead.
Edited on 2007-01-20 01:45:45 by HarryBo
No differences.
Oldest known version of this page was edited on 2007-01-19 10:38:29 by HarryBo []
Page view:
SQLite
SQLite is a database system that is designed to be embedded in an application. The entire database is stored in a single file (
.slimserversql.db for
SlimServer) which improves portability but impacts performance.
Until version 6.5 of
SlimServer, SQLite was the database of choice. From 6.5 onwards,
MySQL is used instead.
SQLite homepage:
http://www.sqlite.org/∞
CategoryInformation