Jos Backus wrote:
On Fri, May 11, 2007 at 11:23:00AM -0400, Mike Meyer wrote:
[snip]
How robust is it - can a corrupt block fry the entire database?
Dunno, but "Transactions are atomic, consistent, isolated, and durable (ACID)
even after system crashes and power failures.". So it appears to try hard to
minimize the chance of corruption.
How about portability - can I move the file to a completely
different architecture and still get the data from it?
"Database files can be freely shared between machines with different byte
orders."
(Quotes taken from http://www.sqlite.org/)
Also, the code is in the public domain.
Be wary of the possible fine print:
"Portions of the documentation and some code used as part of the build
process might fall under other licenses."
From: <http://www.sqlite.org/copyright.html>.
-Garrett
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"