mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-20 08:02:35 +02:00
Add sqlite to backend roadmap
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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/)
|
Reference in New Issue
Block a user