atmosphere 0.4.0

A lightweight SQL framework for sustainable database reliant systems
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Traits

Given that you have annotated your entities with `table`, Atmosphere provides
you with some traits for simple CRUD operations on your database. These make it
very straightforward to do simple operations, but keep in mind that you are
always able to reach down and write raw SQL manually where it makes sense.

Here are the traits that Atmosphere exposes, along with some examples:

* [Create]crate.md
* [Read]read.md
* [Update]update.md
* [Delete]delete.md