5 ms·
Aside from its merits as a database, SQLite is also a great example of good documentation[0], thorough testing[1], and focused development. It's something that
by shafte 7y ago
Aside from its merits as a database, SQLite is also a great example of good documentation[0], thorough testing[1], and focused development. It's something that all library maintainers should study and try to learn from.
[0] https://www.sqlite.org/whentouse.html https://www.sqlite.org/whentouse.html
[1] https://www.sqlite.org/testing.html https://www.sqlite.org/testing.html