An open API service for software projects hosted on Open Collective.

github.com/tokio-rs/toasty

An async ORM for Rust (incubating)
https://github.com/tokio-rs/toasty

update readme to align with the working code

alex-shapiro opened this pull request about 2 months ago
Initial pagination implementation

carllerche opened this pull request 3 months ago
add support for "order by"

carllerche opened this pull request 3 months ago
rm Query from schema

carllerche opened this pull request 3 months ago
rm PartialEq from stmt and schema

carllerche opened this pull request 3 months ago
minor cleanup

carllerche opened this pull request 3 months ago
rm conditional update from sqlite

carllerche opened this pull request 3 months ago
Switch proc macro to `#[derive(Model)]`

carllerche opened this pull request 3 months ago
Add annotation to specify DB column type

carllerche opened this pull request 3 months ago
ran cargo `clippy --fix -- -Wclippy::use_self`

adamnemecek opened this pull request 3 months ago
Flatten capability struct and DRY db definitions

carllerche opened this pull request 3 months ago
fix: Unable to update data for multiple columns

Losses opened this pull request 3 months ago
SQL Generation Issue for Multiple Column Updates

Losses opened this issue 3 months ago
remove update condition logic from drivers

carllerche opened this pull request 3 months ago
switch `driver::Rows::Count` type to u64

carllerche opened this pull request 3 months ago
Complete mysql driver implementation

carllerche opened this pull request 3 months ago
WIP for MySQL Driver

alelopezperez opened this pull request 4 months ago
Refactor sql serializer

carllerche opened this pull request 4 months ago
Support more types

barsdeveloper opened this issue 4 months ago
Raw query

barsdeveloper opened this issue 4 months ago
Move tests crate

carllerche opened this pull request 4 months ago
move crates to flatter structure

carllerche opened this pull request 4 months ago
Rename codegen2 to codegen

carllerche opened this pull request 4 months ago
Remove old schema based code generation

carllerche opened this pull request 4 months ago
split out sql logic to toasty-sql

carllerche opened this pull request 4 months ago
ci: run tests using PostgreSQL

carllerche opened this pull request 4 months ago
Remove ddb prefixing from driver

carllerche opened this pull request 4 months ago
rm dynamodb region from tests

carllerche opened this pull request 4 months ago
Move table prefix logic to mapping

carllerche opened this pull request 4 months ago
Add toasty-msql

Caisin opened this issue 4 months ago
fix: postgresql connect

Caisin opened this pull request 4 months ago
move table prefixing to mapping

carllerche opened this pull request 5 months ago
feat: initial implementation of a libsql driver

hbjydev opened this pull request 5 months ago
libsql sqlite support

hbjydev opened this issue 5 months ago
improve database selection in examples

carllerche opened this pull request 5 months ago
Switch Toasty to use proc macros for schema declaration

carllerche opened this pull request 5 months ago
move ForeignKey type

carllerche opened this pull request 5 months ago
Add config options for Serializer and Formater

alelopezperez opened this pull request 5 months ago
Make codegen deterministic

carllerche opened this pull request 5 months ago
remove unused `toasty::Type` trait

carllerche opened this pull request 5 months ago
some schema::app renaming

carllerche opened this pull request 5 months ago
Remove Model::Key associated type

carllerche opened this pull request 5 months ago
SQL non standard issues

alelopezperez opened this issue 5 months ago
Restructure generated code to make it more friendly for a future proc macro

carllerche opened this pull request 5 months ago
Introduction of `clippy` to CI, related cleanups.

claymcleod opened this pull request 5 months ago
Adds a PostgreSQL client.

claymcleod opened this pull request 5 months ago
Data type supports?

menzil opened this issue 5 months ago
make driver accessible when building db schema

carllerche opened this pull request 6 months ago
Keep splitting app & db schemas

carllerche opened this pull request 6 months ago
support BelongsTo without explicit pair

carllerche opened this pull request 6 months ago
support self-referential associations

carllerche opened this pull request 6 months ago
mv db::TablePrimaryKey -> db::PrimaryKey

carllerche opened this pull request 6 months ago
Split app & db schema

carllerche opened this pull request 6 months ago
work on splitting db & app schemas

carllerche opened this pull request 6 months ago
rm `Value::ty`

carllerche opened this pull request 6 months ago
Get rid of `table` block in schema file

carllerche opened this pull request 6 months ago
Allow self-referential BelongsTo relations

TannerRogalsky opened this pull request 7 months ago
Unify all statement types into one, plus other refactors

carllerche opened this pull request 7 months ago
Sql type support

jrpelkonen opened this issue 8 months ago
NoSQL/SQL ORM - Prior Work

ALPSMAC opened this issue 9 months ago
Add rustqlite example

bsodmike opened this pull request 9 months ago
Add `toasty-mongodb`

bsodmike opened this issue 9 months ago
FIX: Changes to user name should match example

bsodmike opened this pull request 9 months ago
Add color to cli help output

joshka opened this pull request 9 months ago
move dependencies to workspace Cargo.toml

joshka opened this pull request 9 months ago
run CI on windows and macos

carllerche opened this pull request 9 months ago
switch examples to use sqlite

carllerche opened this pull request 9 months ago
Refactored examples

EmilLindfors opened this pull request 9 months ago
get all entities?

open-schnick opened this issue 9 months ago
Fixed path errors in examples for windows and added a concrete sqlite example

EmilLindfors opened this pull request 9 months ago
refactor: remove redundant references

hamirmahal opened this pull request 9 months ago
Codebase has some unnecessary `&` references

hamirmahal opened this issue 9 months ago
fix warnings and deny them in CI

carllerche opened this pull request 9 months ago
impl IntoExpr<Id> for String

carllerche opened this pull request 9 months ago
add per-db feature flags to tests

carllerche opened this pull request 9 months ago
refactor(sqlite): fix some warnings

open-schnick opened this pull request 9 months ago
refactor(sqlite): rename Sqlite::new() to Sqlite::in_memory()

open-schnick opened this pull request 9 months ago
fix `Send` and lifetime issue

carllerche opened this pull request 9 months ago
rename new_with_file -> open

alaingilbert opened this pull request 9 months ago
style: simplify string formatting for readability

hamirmahal opened this pull request 9 months ago
`format!` statement simplification

hamirmahal opened this issue 9 months ago
remove stray printlns

carllerche opened this pull request 9 months ago
Setup CI

carllerche opened this pull request 9 months ago
sharing experience from `loco.rs`

jondot opened this issue 9 months ago
lifetime errors using db with axum

codegod100 opened this issue 9 months ago
use tracing crate, debug! macro, instead of println/dbg

alaingilbert opened this pull request 9 months ago
Sqlite open function to allow connection to a sqlite file

alaingilbert opened this pull request 9 months ago
return Result from create_table

codegod100 opened this pull request 9 months ago
open with file

codegod100 opened this pull request 9 months ago
check to see if None

codegod100 opened this pull request 9 months ago
open with file

codegod100 opened this pull request 9 months ago
BelongsTo is None

codegod100 opened this issue 9 months ago
Fix typo in README.md

reubenwong97 opened this pull request 9 months ago
use tracing e.g. `debug!` instead of `println!`

codegod100 opened this issue 9 months ago
check to see if None

codegod100 opened this pull request 9 months ago
unwrap on None

codegod100 opened this issue 9 months ago