mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-24 18:03:06 +02:00
Add content for SQLite (#3017)
* Update 100-sqlite.md Added Sqlite description from pub.dev * Update content/roadmaps/117-flutter/content/109-storage/100-sqlite.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
@@ -1 +1,6 @@
|
|||||||
# Sqlite
|
# SQLite
|
||||||
|
|
||||||
|
SQLite is an open-source, lightweight relational database management system (RDBMS) used to store and manage data. It is written in C and self-contained, meaning it does not require a separate server process or system. SQLite is commonly used in mobile applications, embedded systems, and web browsers and is also supported by many programming languages. It is a popular choice for databases because it is easy to use and does not require a lot of setup or configuration.
|
||||||
|
|
||||||
|
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
|
||||||
|
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://pub.dev/packages/sqflite'>sqflite - pub.dev package</BadgeLink>
|
||||||
|
Reference in New Issue
Block a user