mirror of
https://github.com/elyby/oauth2-server.git
synced 2024-11-02 00:43:11 +05:30
11 lines
364 B
Markdown
11 lines
364 B
Markdown
|
---
|
||
|
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.
|