Lite weight portable Database engine for Developers
July 11, 2022

Lite weight portable Database engine for Developers

Anonymous | TrustRadius Reviewer
Score 9 out of 10
Vetted Review
Verified User

Overall Satisfaction with SQLite

We have been using SQLite for a long time now along with Python. it is excellent as it works as an independent Database thus allowing us to create easily scalable applications. WE use it in our machine learning application to store static data which needs regular retrievals of for Data cluster creation.
  • SQLite is easy top install and portable.
  • Table creation is easy with SQLite when using Python.
  • Not being Multi user it doesn't allow multiple user to create concurrent queries
  • no inbuilt Data viewer is available for SQLite
  • SQLite is a portable Database engine..
  • It is easy to use with embedded systems.
  • SQLite has reduced our efforts with handling database thus reducing Time and effort required for development
SQLite is faster and also Light weight as compared to Microsoft SQL Server. Also being open source it reduces the application development cost drastically

Do you think SQLite delivers good value for the price?

Yes

Are you happy with SQLite's feature set?

Yes

Did SQLite live up to sales and marketing promises?

I wasn't involved with the selection/purchase process

Did implementation of SQLite go as expected?

Yes

Would you buy SQLite again?

Yes

I First Used SQLite with Python when I was a fresher and didn't know much about Databases. SQLite helped me create initial projects with ease and helped me understand RDBMS. Currently, we use SQLite to store DATA outputs which are in the form of JSONS produced by our Algorithm containing Hirerachical trees of the datasets from sample data which are later used by our application for processing.