Update README.md
This commit is contained in:
parent
1aa2a62f22
commit
4a9387174a
20
README.md
20
README.md
|
@ -4,6 +4,16 @@ C++ SQL Parser for Hyrise
|
||||||
This is a SQL Parser for C++. It parses the given SQL query into C++ objects.
|
This is a SQL Parser for C++. It parses the given SQL query into C++ objects.
|
||||||
It is developed for integration in hyrise (https://github.com/hyrise/hyrise), but can be used in other environments as well.
|
It is developed for integration in hyrise (https://github.com/hyrise/hyrise), but can be used in other environments as well.
|
||||||
|
|
||||||
|
### Links
|
||||||
|
|
||||||
|
* [General Usage](#general-usage)
|
||||||
|
* [License](#license)
|
||||||
|
* [Contributers](#contributers)
|
||||||
|
* [Working Syntax Examples](docs/syntax.md)
|
||||||
|
* [Known Issues](docs/issues.md)
|
||||||
|
* [Developer Documentation](docs/documentation.md)
|
||||||
|
* [Integration in Hyrise](docs/integration.md)
|
||||||
|
|
||||||
### General Usage
|
### General Usage
|
||||||
|
|
||||||
**Prerequisites:**
|
**Prerequisites:**
|
||||||
|
@ -16,16 +26,6 @@ To use the SQL Parser in your own code, you only need to include `SQLParser.h` a
|
||||||
|
|
||||||
**Important:** Execute all tests by calling `make test`.
|
**Important:** Execute all tests by calling `make test`.
|
||||||
|
|
||||||
### Documentation
|
|
||||||
|
|
||||||
* [Working Syntax Examples](docs/syntax.md)
|
|
||||||
* [Developer Documentation](docs/documentation.md)
|
|
||||||
* [Integration in Hyrise](docs/integration.md)
|
|
||||||
* [Known Issues](docs/issues.md)
|
|
||||||
|
|
||||||
**Doxygen:**
|
|
||||||
|
|
||||||
Run `make docs` to create the doxygen documentation.
|
|
||||||
|
|
||||||
### Contributers
|
### Contributers
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue