This is a implementation of dim, which is built in python. But this time in go.
Go to file
Gibheer b8f2414675 add a FieldList type
This type represents a list of fields someone might want to have
returned.
This can be used together with the query library to build select
statements that return the exact data the user might need or want.

This way we may be able to avoid selecting data one might not need at
the end and therefore provide better performance.
2021-04-28 21:08:24 +02:00
query add query interface 2021-04-28 21:05:31 +02:00
schema add initial database schema 2021-04-24 21:42:19 +02:00
types add a FieldList type 2021-04-28 21:08:24 +02:00
.gitignore ignore generated binary 2021-04-21 21:58:14 +02:00
dim.toml.example initial release 2021-04-21 21:40:55 +02:00
go.mod add go.mod 2021-04-22 10:07:16 +02:00
main.go initial release 2021-04-21 21:40:55 +02:00
server.go add functions to parse incoming request parameters 2021-04-22 08:33:32 +02:00