SQLite | What, Why , Where

preview_player
Показать описание
What is SQLite?
Why to use SQLite?
Where to use SQLite?

Follow on Facebook:

Subscribe to our other channel:
Telusko Hindi :
Рекомендации по теме
Комментарии
Автор

All of that information could fit inside a 10 second video..

meiamavice
Автор

Very good explanation, now I know that I can use SQLite with websites and it has documentation on the internet. thank you for your presentation on SQLite.

farazahmed
Автор

Your method of explanation is easy to understand. Thanks 😊

nikitabalasahebghute
Автор

I’m watching this in 2023 and to be very honest this series is something that every learner want in his/her journeys . appreciated🎉

heighterses
Автор

This opened my eyes about embedded softwares. you are fire man!! explained very well.

vickvey
Автор

wow to the point, i have been wandaring why sqlite is calld serverless, now i am happy 🙂🙂

random
Автор

Awful! The intro breaks your eardrums and then you can't hear anything afterward cuz the volume is too low ...

ahmedmusawir
Автор

you are really awsome.your explanation is very clear and easy to understand.

rupalitiwari
Автор

Thank you very much for this video! It was very educational and informative:)

tymothylim
Автор

very useful background information, thank you sir

MMABeijing
Автор

you are doing great sir....keep on....Best wishes to u

harshsrivastava
Автор

you can mix sqlite with other DB's to cache something ?

KebraderaPumper
Автор

Hi Navin, which is the best option for deploying sqlite?

subijoyacharya
Автор

In GPON technology also, we use sqlite

balasrinivas
Автор

Additional information from ChatGPT:
Question: "does this mean, the dbms can run on the same server as the application running"

Reply:
"Yes, that is correct. SQLite is designed to be embedded within applications, which means that the database engine runs as a library linked directly into the application. It does not require a separate server process like other database management systems (DBMS) such as MySQL or PostgreSQL.

Being self-contained, SQLite stores the entire database within a single file on the disk. This file can be accessed and manipulated directly by the application. Since SQLite does not operate as a separate server, it eliminates the need for network communication or client-server configurations.

Running SQLite on the same server as the application offers several advantages, such as improved performance due to reduced network latency, simplified deployment, and easier management. It allows the application to interact with the database directly through function calls, making it a seamless integration.

However, it's important to note that SQLite may not be suitable for all use cases, particularly in scenarios where high concurrency and scalability are required. In such cases, traditional client-server DBMS may be a more suitable choice."

martindeveloper
Автор

Did anyone implement sqlite3 with electron ?

tharunampolu
Автор

Do you know any open source library to synchronize sqlite databases among multiple systems?

omargonalfa
Автор

Ok, how can you get first date of the current quarter in sqlite?

gokulgupta