summaryrefslogtreecommitdiff
path: root/www/wiki/extensions/SemanticMediaWiki/src/SQLStore/README.md
blob: 6c93807447bd78704002372912ed3fc88119056e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# SQLStore

The `SQLStore` consists of a storage and query engine to manage semantic data structures with the help of a `SQL` back-end.

## Overview

![image](https://cloud.githubusercontent.com/assets/1245473/20031413/49b336f6-a377-11e6-90f5-9fbe25b27812.png)

## See also

- [Installer](https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/docs/technical/sqlstore.installer.md)
- [QueryEngine](https://github.com/SemanticMediaWiki/SemanticMediaWiki/blob/master/src/SQLStore/QueryEngine/README.md)