Commit Graph

11 Commits

Author SHA1 Message Date
6e643f6aab Made it so publish date is checked for tales.
Basically it will check against the UTC time and see if a tale should be
shown. If not, it doesn't return it.
2025-09-08 21:12:16 -04:00
81db64f82e Story can now be Displayed. 2025-09-07 17:58:58 -04:00
80e0fba845 Added the ability to get tags from the database.
Also fixed the way the example was compiling so it didn't act weird on
other features.
2025-09-07 17:46:18 -04:00
6bf4aa4bdb Adjusting to make the database better tested. 2025-09-07 17:18:50 -04:00
1cdf5765cf Made it so that database usage can be skipped.
When using dioxus it would be greate to use the types from this library
on the backend and the front end. To do this we need to be able to cut
out the sqlx package because it uses mio which doesn't compile to WASM.

To do this we put the database code behind a database feature flag.
The Publisher feature will also trigger the database flag.
2025-09-04 12:20:48 -04:00
3fc6bf0666 Made it so database paths are built properly. 2025-09-02 11:33:55 -04:00
a57b2db1ff [#5] Tavern components added to database. 2025-08-29 22:50:19 -04:00
89fa545ba6 [#4] Added from_config_file constructor to Tavern. 2025-08-29 22:17:27 -04:00
9fd1c2d02d Fixed a missed warning and bumped to version 0.2.1 2025-08-29 21:08:04 -04:00
5768053d0c Bumped the tavern up to version 0.2.0 2025-08-29 21:02:42 -04:00
3c6e82dfaf [#3] Split the tavern project into a workspace.
**tavern** - The blogging system library.
**loremaster** - Creates the database from a blogging repository.
**bard** - Dioxus components to display the blog.
2025-08-29 20:43:36 -04:00