sqlite-uuid 0.2.0

Plugin to add support for uuids in sqlite
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.sqlite-loadable]
version = "0.0.6-alpha.6"

[dependencies.uuid]
features = ["std", "v7", "v4"]
version = "1.7.0"

[lib]
crate-type = ["cdylib"]

[package]
description = "Plugin to add support for uuids in sqlite"
edition = "2021"
license = "MIT"
name = "sqlite-uuid"
readme = "README.md"
repository = "https://github.com/woile/sqlite-uuid"
version = "0.2.0"