The Welds ORM Programming Book
by Lex Childs, with contributions from the Rust Community
This version of the text is for the latest stable version of the Welds ORM library.
The source for this book is hosted on github at https://github.com/weldsorm/book. Contributions to this book are very welcome and appreciated. Clarifying a single poorly worded sentence can make a big difference to the people who read this book after you.
Welds Supports
- Sqlite
- MySql
- Postgres
- Mircosoft Sql Server (mssql)
Welds is an ORM written in rust with the following ideals:
- Your Welds code should be simple, easy to read and easy to write.
- Your welds code should work across all supported databases.
- You should always be able to drop down to SQL if you need.
- All database calls should be async