Skip to content

Commit

Permalink
add SqlWriter
Browse files Browse the repository at this point in the history
  • Loading branch information
jauco committed Oct 4, 2017
1 parent 8e229c1 commit 4cd071e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@
import nl.knaw.huygens.timbuctoo.v5.dropwizard.contenttypes.JsonLdWriter;
import nl.knaw.huygens.timbuctoo.v5.dropwizard.contenttypes.JsonWriter;
import nl.knaw.huygens.timbuctoo.v5.dropwizard.contenttypes.SerializerWriterRegistry;
import nl.knaw.huygens.timbuctoo.v5.dropwizard.contenttypes.SqlWriter;
import nl.knaw.huygens.timbuctoo.v5.dropwizard.endpoints.CreateDataSet;
import nl.knaw.huygens.timbuctoo.v5.dropwizard.endpoints.DataSet;
import nl.knaw.huygens.timbuctoo.v5.dropwizard.endpoints.ErrorResponseHelper;
Expand Down Expand Up @@ -271,7 +272,8 @@ public void run(TimbuctooConfiguration configuration, Environment environment) t
new CsvWriter(),
new JsonLdWriter(),
new JsonWriter(),
new GraphVizWriter()
new GraphVizWriter(),
new SqlWriter()
);

register(environment, new GraphQl(
Expand Down

0 comments on commit 4cd071e

Please sign in to comment.