Sqlitex
Sqlitex is a sqlite library for rust which aims to be simple and powerful. It offers
- Compile time guarantees
- Ergonomic with excellent IDE support
- Very Fast
- Automatically caches and reuses prepared statements for you
- Automatically applies optimal PRAGMA settings for performance and reliability
Feature showcase
-
Auto generate method signatures with correct types and Hover over to see sql code

(Note: LazyConnection has been renamed to Connection in newer version. library name was previously called LazySql which has now been renamed to Sqlitex)
-
Compile time errors with good error messages



Quickstart
Install it via
Simple usage example:
use ;
A more detailed version of this exact quickstart can be found here
For more examples and features, look at the examples folder or read the documentations.