//! This module provides crud for all our models, as well as populating fake data into each
//! table. It also contains the module for creating our pg pool.
/// Categories CRUD and random data populating functions.
/// Choices CRUD and random data populating functions.
/// Fences CRUD and random data populating functions.
/// Has one important public function, generate_pool, that returns a pg pool for use.
/// Questions CRUD and random data populating functions.
/// Surveys CRUD and random data populating functions.
/// Users CRUD and random data populating functions.
/// Votes CRUD and random data populating functions.