Skip to content

Commit

Permalink
Update README.md (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
romaninsh authored Dec 31, 2024
1 parent 2c90a54 commit 3810da2
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,17 @@

[![Book](https://github.com/romaninsh/vantage/actions/workflows/book.yaml/badge.svg)](https://romaninsh.github.io/vantage/)

Vantage is a type-safe, ergonomic database toolkit for Rust that focuses on developer productivity
Vantage is a type-safe, easy to use database toolkit for Rust that focuses on developer productivity
without compromising performance. It allows you to work with your database using Rust's strong type
system while abstracting away the complexity of SQL queries. (Support for NoSQL databases is coming soon)
system while abstracting away the complexity of SQL queries.

Vantage enables use of Model Driven Architecture (DSL/DDD) patterns in your Rust applications. This
approach separates business and application logic from underlying platform technology. Vantage uses
native Rust syntax to define Entities, Attributes, Validations, Relations, Actions and mapping them
to one or several persistence layers - such as SQL, NoSQL or APIs.

The long-term goal for Vantage is to be a building block for configurable ERP/CRM/HR/Supply business
management system rivaling Odoo or Salesforce written entirely in Rust.

## Quick Start

Expand Down

0 comments on commit 3810da2

Please sign in to comment.