CentralNotice SQLite From Wikipedia, the free encyclopedia Jump to: navigation , search SQLite Developer(s) D. Richard Hipp Initial release August 2000 ( 2000-08 ) Stable release 3.8.5 (June 4, 2014 ; 8 days ago ( 2014-06-04 ) [ 1 ] ) [±] Written in C Operating system Cross-platform Size 658 KiB Type RDBMS ( embedded ) License Public domain [ 2 ] Website sqlite.org SQLite ( / ˌ ɛ s k juː ɛ l ˈ l aɪ t / [ 3 ] or / ˈ s iː k w ə l . l aɪ t / [ 4 ] ) is a relational database management system contained in a C programming library . In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite is ACID -compliant and implements most of the SQL standard, using a dynamically and weakly typed SQL syntax that does not guarantee the domain ...