Skip to content
Liam edited this page Mar 11, 2021 · 8 revisions

Welcome

Welcome to PackDB, a data layer implementation that aims to target storing data serialized with MessagePack.

In this Wiki, you will find details about the PackDB Core project. The Core project is responsible for providing an API interface endpoint for users that use PackDB in a project. It also offers several essential parts to allow a developer to extend PackDB to store data in different places.

Using PackDB

If you are looking to use PackDB in your project as a data layer, we suggest using a PackDB extension project as the Core project doesn’t provide any actual storage functionality on its own.

Extending PackDB

If you want to create an extension project for PackDB, then please read the extending PackDB tutorial here.