Is SQL and sqlite3 are same. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.?

3rd Sep 2020, 7:51 AM
Allamprabhu Hiremath
2 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.
3rd Sep 2020, 8:16 AM
Jenson Y
0
🎃#H P 22™🎃 Can I create light weight server with sqlite3
3rd Sep 2020, 8:00 AM
Allamprabhu Hiremath