Crates.io | tea-orm |
lib.rs | tea-orm |
version | 2.2.1 |
source | src |
created_at | 2023-01-15 21:10:43.258799 |
updated_at | 2024-10-13 00:57:08.415397 |
description | Helper functions for Sea Orm to help with testing |
homepage | |
repository | https://github.com/JosephLenton/tea-orm |
max_upload_size | |
id | 759690 |
size | 17,618 |
This is a crate for containing lots of helper functions when working with Sea Orm. Primarily for when writing tests.
For example utilities for quickly making a DB connection, and creating a new blank database for use within a test.
These are Sea Orm specific options for it's runtime.
runtime-actix-native-tls
- Sets Sea-Orm Migrations to use this runtime.runtime-actix-rustls
- Sets Sea-Orm Migrations to use this runtime.runtime-async-std-native-tls
- Sets Sea-Orm Migrations to use this runtime.runtime-async-std-rustls
- Sets Sea-Orm Migrations to use this runtime.runtime-tokio-native-tls
Default - Sets Sea-Orm Migrations to use this runtime.runtime-tokio-rustls
- Sets Sea-Orm Migrations to use this runtime.This currently only supports PostgresSQL.
Note that this is a work in progress.