sqlutil 0.1.1

A utility library for building SQL queries
Documentation
1
2
3
4
5
6
7
8
9
10
11
[package]
name = "sqlutil"
version = "0.1.1"
edition = "2024"
description = "A utility library for building SQL queries"  
license = "MIT"                                          
authors = ["Ohm Coder <brutal99@gmail.com>"] 
repository = "https://gitlab.com/lazylib/rs/sqlutil"

[dependencies]
serde_json = "1.0.145"