8 releases

new 0.2.0 Apr 23, 2024
0.1.3 Dec 7, 2023
0.1.1 Nov 25, 2023
0.0.2 Nov 16, 2023
0.0.1-alpha.2 Jul 1, 2023

#2621 in Database interfaces

Download history 31/week @ 2024-02-03 5/week @ 2024-02-10 29/week @ 2024-02-17 16/week @ 2024-02-24 3/week @ 2024-03-02 8/week @ 2024-03-09 3/week @ 2024-03-16 31/week @ 2024-03-30 13/week @ 2024-04-06 40/week @ 2024-04-13

84 downloads per month
Used in 2 crates

Apache-2.0

71KB
1.5K SLoC

🌍 Atmosphere

A lightweight sql framework for sustainable database reliant systems

Overview

Atmosphere is a lightweight SQL framework designed for sustainable, database-reliant systems. It leverages Rust's powerful type and macro systems to derive SQL schemas from your rust struct definitions into an advanced trait system.

Atmosphere provides a suite of modules and types that abstract and facilitate various aspects of database operations, from query construction and execution to error handling and schema management.

Key Features

  • SQL schema derivation from Rust structs.
  • Advanced trait system for query generation.
  • Automated database code testing with atmosphere::testing
  • ORM-like CRUD traits.
  • Code reusability across API layers using generics.
  • Compile-time introspection for type-safe schema generation.

Dependencies

~36–49MB
~900K SLoC