Skip to content

MonikaK2409/SQLite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SQLite

I was assigned to explore SQLite, I went through the official documentation and gained theoritical knowledge and in the pace to explore all its features practically.

Introduction

SQLite is a lightweight, embedded relational database engine. It is self-contained, serverless, and requires minimal configuration, making it easy to deploy and use in various applications.

Features

  • Zero Configuration: SQLite does not require any setup or administration, making it suitable for small to medium-sized projects.
  • Cross-Platform: SQLite is compatible with most operating systems, including Windows, macOS, and Linux.
  • ACID Transactions: SQLite supports ACID (Atomicity, Consistency, Isolation, Durability) transactions, ensuring data integrity and reliability.
  • Small Footprint: The SQLite library is compact, with a small memory and disk space footprint, making it ideal for embedded systems and mobile applications.
  • Wide Language Support: SQLite supports multiple programming languages, including C/C++, Python, Java, and many others.

After exploring I set up sqlite in the system using few linux commands (Reference)

This Repository consists of many folders as tasks and has the files of how i have uproached to fulfill the tasks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages