diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-15 14:45:42 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2018-05-15 14:45:42 -0700 |
commit | fe77445bd16db003e03b5c44fa02c65b78e6fa02 (patch) | |
tree | 7411bbbaecf4c086c97746fa1845dc0169b33438 /rust/TODO | |
parent | 85d469196ff17a3aee7a950ae57d4797938e8f42 (diff) | |
download | fatcat-fe77445bd16db003e03b5c44fa02c65b78e6fa02.tar.gz fatcat-fe77445bd16db003e03b5c44fa02c65b78e6fa02.zip |
working db_pool and response
Diffstat (limited to 'rust/TODO')
-rw-r--r-- | rust/TODO | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -2,9 +2,10 @@ x re-generate OpenAPI => using whatever sagger-codegen 2.3.1 (stable?) => take iron example from older generator 2.3.1 (iron) => cargo swagger (docker) seems to only use latest -- integrate API server example into a main.rs -- iron-slog +x iron-slog +x integrate API server example into a main.rs - get and post for creators +- cleanup pooled database: https://github.com/diesel-rs/diesel/pull/1466 then: - encode the remaining entities in SQL |