oauth2-server/database-setup.md

11 lines
364 B
Markdown
Raw Normal View History

2016-03-24 19:25:10 +05:30
---
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.