-
Notifications
You must be signed in to change notification settings - Fork 0
concept: embedded DB
David Liu edited this page Sep 12, 2025
·
2 revisions
An embedded DB is integrated in the application you are developping or executing.
- database management solutions are built into an application rather than provided as standalone tools.
- Usually is a file which contains specific data structure to store data.