podcasts/hammond-data
Jordan Petridis e66a337468
Moved indexing episode into a NewEpisode method.
There is a performance reggresion caused by the introduction of
Arc<Mutex<Connection>> instead of Connection that should be refactored.

Also removed the db transcaction as it was incomplete.
2017-11-17 20:01:59 +02:00
..
benches Moved insert_return functions into methods of insertable models. 2017-11-17 18:10:29 +02:00
migrations/2017-09-15-001128_init_schema Added extra columns to podcast and episode tables. 2017-11-15 16:58:21 +02:00
src Moved indexing episode into a NewEpisode method. 2017-11-17 20:01:59 +02:00
tests/feeds Final crate restructure I hope. 2017-10-05 15:02:19 +03:00
Cargo.toml Refactored indexing functions of the Diesel models. 2017-11-14 17:56:28 +02:00