Commit Graph

7 Commits

Author SHA1 Message Date
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