0
Is SQL and sqlite3 are same.
I am learning Django now. And I see sqlite3 file in my project by default. Is SQL and sqlite3 are same.?
3 Answers
+ 1
SQL is query language. Sqlite is embeddable relational database management system. SQLite uses flat files. It does not need to be started, stopped, configured, or managed like other SQL databases. It is lightweight, fast, and compact. It is used in most of the small and portable devices like Android and iOS devices.
0
đ#H P 22âąđ
Can I create light weight server with sqlite3