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.
Tavern
A blogging system that will allow you to write your blog in Markdown and then display it in HTML using Dioxus.
Copyright & License
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