1
0
mirror of https://github.com/kamranahmedse/developer-roadmap.git synced 2025-08-21 08:31:50 +02:00

Add sqlite to backend roadmap

This commit is contained in:
Kamran Ahmed
2024-05-11 16:14:46 +01:00
parent 4697e69e23
commit 304efd83b6
2 changed files with 1068 additions and 935 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,8 @@
# SQLite
SQLite is a relational database management system that is embedded into the end program. It is self-contained, serverless, zero-configuration, transactional SQL database engine.
Visit the following resources to learn more:
- [SQLite website](https://www.sqlite.org/index.html)
- [SQLite Tutorial](https://www.sqlitetutorial.net/)