Sven

Results 3 issues of Sven

I'm opening this issue to serve as a place for discussion about the project because I feel like development of the project and its ecosystem has stagnated. There hasn't been...

s: Community

I've been skimming through the source and looking through the docs, and I can't find any indications that `crystal-sqlite3` supports the [`sqlite3_update_hook`](https://sqlite.org/c3ref/update_hook.html) callback to get "notified" when potentially interesting data...

Given a template struct of this: ```rust #[derive(TemplateOnce)] #[template(path = "login.stpl")] struct Login { username: Option } ``` PR allows to do this: ```html ``` instead of: ```html // or...