Is SQL and sqlite3 are same. | Sololearn: Learn to code for FREE!
Novo curso! Todo programador deveria aprender IA generativa!
Experimente uma aula grƔtis
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 Respostas
+ 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