Tea Orm ☕
helper utilities for Sea Orm

[![crate](https://img.shields.io/crates/v/tea-orm.svg)](https://crates.io/crates/tea-orm) [![docs](https://docs.rs/tea-orm/badge.svg)](https://docs.rs/tea-orm)

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.

Limitations

This currently only supports PostgresSQL.

Note that this is a work in progress.