frnsc-sqlite 0.1.0

Sqlite implementation of SqlDb trait of ForensicRS
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[dependencies.forensic-rs]
version = "0"

[dependencies.sqlite]
version = "0.30.4"

[package]
authors = ["Samuel Garcés Marín <samuel.garces@protonmail.com>"]
categories = ["parsing"]
description = "Sqlite implementation of SqlDb trait of ForensicRS"
edition = "2021"
keywords = ["forensic", "windows", "parser", "sql", "cybersecurity"]
license = "MIT"
name = "frnsc-sqlite"
readme = "README.md"
repository = "https://github.com/ForensicRS/frnsc-sqlite"
version = "0.1.0"