#sqlite #ligature #data #model #string #long #dataset

ligature-sqlite

An implementation of Ligature that uses SQLite Ligature's data model

1 unstable release

0.1.0 Sep 27, 2021

#8 in #ligature

23 downloads per month

MPL-2.0 license

4KB

ligature-sqlite

Datasets

  • dataset_id: Long
  • datasetname: String

Statements

  • statement_id: Long
  • entity: String
  • attribute: String
  • value_identifier: String
  • value_string: String
  • value_int: Long

lib.rs:

This module is the main module for the Ligature-SQLite project. It implements the traits supplied by Ligature and persists data via SQLite3.

Dependencies

~26MB
~485K SLoC