Myrddin Dundragon ab83c7afb6 [#2] Database integration complete.
Posts and Authors can now be inserted and retrieved from the database
created. It was decided to use a SQLite database for it high read spead
and ease of use/maintenance.

A build feature was created to seperate how the library is being used.
If you are making the database and storing posts, then use the publisher
flag. If you are just reading from a database then do not use the
publisher flag. This was also set to change the tale contents from a
PathBuf to the String of HTML blog data without having to create a whole
new data object.

An example and a test were made. Test coverage needs to be increased
however.
2025-08-27 17:36:06 -04:00
2025-08-27 17:36:06 -04:00
2025-08-27 17:36:06 -04:00
2025-08-20 16:55:56 -04:00
2025-08-27 17:36:06 -04:00
2025-08-27 17:36:06 -04:00
2025-08-20 16:55:56 -04:00

Tavern

A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus.


Copyright 2025 CyberMages LLC

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this library except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS

Description
A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus.
Readme 3.5 MiB
Languages
Rust 88.8%
CSS 11.2%