Database Embedded?

time to read 1 min | 84 words

I'm reading about SQLite library1 and thinking about using it in my applications instead of a full fledged database server (for the desktop applications, that is).
It has nice .Net interface, so that is not a problem.

Anyone has experiance with this?

1 SQLite is a small C library that implements a self-contained, embeddable, zero-configuration SQL database engine