6 releases (3 stable)

2.0.0 Aug 13, 2023
1.1.0 May 12, 2023
1.0.0 Mar 30, 2023
0.4.0 Jan 28, 2023
0.2.0 Jan 15, 2023

#1182 in Database interfaces

Download history 3/week @ 2024-02-22 1/week @ 2024-02-29 2/week @ 2024-03-07 7/week @ 2024-03-14 3/week @ 2024-03-28 7/week @ 2024-04-04 89/week @ 2024-04-11

99 downloads per month

MIT license

13KB
222 lines

Tea Orm ☕
helper utilities for Sea Orm

crate docs

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.

Features

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.

Limitations

This currently only supports PostgresSQL.

Note that this is a work in progress.

Dependencies

~16–29MB
~506K SLoC