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.

-- 
Jos Backus
jos at catnook.com
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to