Skip to content

Commit 3d8f6df

Browse files
authored
Add thesis link
1 parent 09aa7b5 commit 3d8f6df

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Bring Your Own Schema (BYOS)
22

3-
**Bring Your Own Schema (BYOS)** is an implementation based on the concepts presented in my thesis, focusing on transpiling GraphQL queries to SQL.
3+
**Bring Your Own Schema (BYOS)** is an implementation based on the concepts presented in [my thesis](https://db.cs.uni-tuebingen.de/theses/2023/lukas-sailer/lukas-sailer-2023.pdf), focusing on transpiling GraphQL queries to SQL.
44
This repository provides a practical example of how to bring your own GraphQL schema and use it to generate efficient SQL queries.
55

66
**This is very much a prototype for now!**
@@ -39,6 +39,6 @@ After that you can query the GraphQL endpoint at `http://localhost:8080` or open
3939

4040
---
4141

42-
For more details about the approach and implementation, refer to the associated thesis.
42+
For more details about the approach and implementation, refer to the [associated thesis](https://db.cs.uni-tuebingen.de/theses/2023/lukas-sailer/lukas-sailer-2023.pdf).
4343

4444
Happy querying and transpiling!

0 commit comments

Comments
 (0)