Add sqlite to backend roadmap

pull/5650/head
Kamran Ahmed 9 months ago
parent 4697e69e23
commit 304efd83b6
  1. 1911
      src/data/roadmaps/backend/backend.json
  2. 8
      src/data/roadmaps/backend/content/106-relational-databases/101-sqlite.md

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/)
Loading…
Cancel
Save