Crates.io | fts-sqlite |
lib.rs | fts-sqlite |
version | 0.2.1 |
created_at | 2025-04-28 20:08:12.850809+00 |
updated_at | 2025-07-03 14:59:31.78607+00 |
description | A simple, reference backend for `fts` implemented with SQLite |
homepage | |
repository | |
max_upload_size | |
id | 1652628 |
size | 173,321 |
This crate is part of a collection of crates that together implement flow trading as proposed by Budish, Cramton, et al, in which trade occurs continuously over time via regularly-scheduled batch auctions.
The different crates in this workspace are as follows:
This crate provides a SQLite-based implementation of all the repository traits defined in fts-core
, enabling persistent storage and retrieval of flow trading data. It's designed to be efficient for both development/testing scenarios and production use cases with moderate data volumes.
The implementation leverages SQLite's strengths while working around its limitations: