finql-sqlite

Crates.iofinql-sqlite
lib.rsfinql-sqlite
version0.3.0
sourcesrc
created_at2021-02-01 21:50:55.575849
updated_at2021-07-06 13:49:39.154889
descriptionInternal crate used by finql implementing the sqlite adaptor
homepage
repositoryhttps://github.com/xemwebe/finql
max_upload_size
id349416
size100,606
Mark Beinker (xemwebe)

documentation

README

finql-sqlite

finql-sqlite is an implementation of the finql-data data handler trait used by the finql crate. It is only useful in connection with finql.

The implementation is based on sqlx, which uses macros to enable query checking at compile time. In order to achieve this, a valid database must be specified, otherwise the build will fail.

Therefore, pleas follow the following steps to build the library:

  1. change to the directory that contains the Cargo.tomlfile
  2. export the database string on the command line with export DATABASE_URL=sqlite:data/test.db
  3. build the library with cargo build
Commit count: 301

cargo fmt