oauth2-server/database-setup.md
Alex Bilbie a120586a98 Updates
2016-03-24 13:55:15 +00:00

11 lines
364 B
Markdown
Executable File

---
layout: default
title: Database Setup
permalink: /database-setup/
---
# Database Setup
This library has been developed so that you can use any type of backend storage; relational, document, key value, columnar or even hardcoded.
The documentation for each of the repository interfaces describes what sort of data you might want to store not how to store it.