Crate elefant_tools

source ·

Structs§

Enums§

Traits§

Functions§

  • Applies the provided sql file context to the provided connection. If the sql file was generated by using the SqlFile struct, this function is quite memory efficient. If not the entire file will be read into memory before being executed in a single transaction.
  • Applies the provided sql string to the provided connection. See apply_sql_file for more information.
  • Copies data and structures from the provided source to the destination.

Type Aliases§

  • A result type that uses the ElefantToolsError as the error type