You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Bring Your Own Schema (BYOS)
2
2
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.
4
4
This repository provides a practical example of how to bring your own GraphQL schema and use it to generate efficient SQL queries.
5
5
6
6
**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
39
39
40
40
---
41
41
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).
0 commit comments