# Overview You're probably looking for [rusqlite](https://github.com/rusqlite/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