liteql 0.1.2

LiteQL is a lightweight wrapper for Rusqlite and Eloquent, designed to make working with SQLite in Rust easier and more intuitive.
Documentation
[[bin]]
name = "liteql"
path = "src/main.rs"

[dependencies.eloquent]
version = "2.0.4"

[dependencies.rusqlite]
version = "0.34.0"

[lib]
name = "liteql"
path = "src/lib.rs"

[package]
authors = ["Georgiy Ozhegov"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database"]
description = "LiteQL is a lightweight wrapper for Rusqlite and Eloquent, designed to make working with SQLite in Rust easier and more intuitive."
edition = "2021"
keywords = ["database", "sql", "data", "sqlite", "orm"]
license = "MIT"
name = "liteql"
readme = "README.md"
version = "0.1.2"