15 releases (7 breaking)

0.8.4 Aug 12, 2023
0.7.1 Aug 6, 2023
0.4.0 Jul 29, 2023

#1873 in Database interfaces

Download history 2/week @ 2024-02-20 7/week @ 2024-02-27 2/week @ 2024-03-12 3/week @ 2024-03-19 87/week @ 2024-03-26 10/week @ 2024-04-02

100 downloads per month
Used in libikarus

BSD-3-Clause

9.5MB
190K SLoC

C 189K SLoC // 0.3% comments Rust 1.5K SLoC // 0.0% comments

Overview

You're probably looking for rusqlite instead. This library is barely configurable, very opinionated, and supports only a fraction of SQLite's features.

The following is currently supported:

  • executing single statements
  • executing batch statements (now with extra unsafety!)
  • querying a single row
  • querying multiple rows
  • querying and iterating over the results
  • transactions
  • migrations
  • backups

Dependencies