Currently I am working with SQLite port in .NET platform. It was amazed me that the database is compatible (mostly) for every port of SQLite. SQLite is a database storage manager that can perform standardized SQL syntax. The first time I met the .NET port is in a “ACDSee like” software. It was an amazing knowledge I got that it is not necessarily to have “server” with its daemon/service. I have tested SQLite with 10000 times of insert and it works well in .NET platform. Wow an amazing tool for application development. Since it is portable some people said that the database file can be opened in every SQLite port such as C, Perl, Python, and .NET. Maybe next time I will post my application (the simple one) in this blog. I hope I’m not too lazy to do that.
For more information please check the official website of SQLite http://www.sqlite.org and check the port to your favorite OS or programming language.
For other information (written in Indonesian) please check this link









