sqlc_gen_gleam/config

Types

pub type Config {
  Config(json_file_path: String)
}

Constructors

  • Config(json_file_path: String)

    json_file_path - relative to project root directory

Functions

pub fn get_json_file(config: Config) -> Result(String, FileError)
Search Document