Crate wowsql

Crate wowsql 

Source
Expand description

WOWSQL Rust SDK

Official Rust SDK for WOWSQL - MySQL Backend-as-a-Service with S3 Storage

Re-exports§

pub use auth::AuthResult;
pub use auth::AuthSession;
pub use auth::AuthUser;
pub use auth::OAuthAuthorizationResponse;
pub use auth::ProjectAuthClient;
pub use auth::ProjectAuthConfig;
pub use auth::SignInRequest;
pub use auth::SignUpRequest;
pub use client::WOWSQLClient;
pub use schema::AlterTableRequest;
pub use schema::ColumnDefinition;
pub use schema::CreateTableRequest;
pub use schema::IndexDefinition;
pub use schema::RenameColumn;
pub use schema::SchemaResponse;
pub use schema::WOWSQLSchema;
pub use storage::WOWSQLStorage;
pub use table::Table;
pub use errors::*;
pub use models::*;

Modules§

auth
client
errors
models
query_builder
schema
storage
table