Justin Turpin

Results 2 issues of Justin Turpin

**Is your feature request related to a problem? Please describe.** Hello all, I've been on a quest to get this working with a Raspberry Pi 3b which only supports OpenGL...

feature-request

Currently the crate doesn't work with sqlite, or if it does the interface is different for it: ```rust use sqlx::Connection; use tide::prelude::*; use tide::Request; use tera::Tera; use tide_tera::prelude::*; use sqlx::Acquire;...