This commit is contained in:
Alex Bilbie
2016-03-24 13:55:10 +00:00
parent 317678cee4
commit a120586a98
6 changed files with 121 additions and 179 deletions

11
database-setup.md Executable file
View File

@@ -0,0 +1,11 @@
---
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.