Skip to content

Glossary

Embedded database

An embedded database runs inside the host application's own process rather than as a separate server. It needs no network connection, daemon or manual administration — the database engine is a library the app links against. This makes it fast, self-contained and ideal for on-device or offline software.

Related terms