ormlette/cli/schema
This module is responsible for finding all the schema files in the project.
It uses the globlin
and globlin_fs
libraries to find all the files in the src/schema
directory.
It then strips the file extension and returns the list of schema names.
Functions
pub fn find_schema_files() -> Option(List(String))
Main function. Just finds the things, see module description.