/hotblog

A simple blogging web application built with the Leptos framework

Primary LanguageRustMIT LicenseMIT

Creating The SQLite Database

  1. export DATABASE_URL="sqlite:post.db"
  2. Make sure the sqlx CLI tool is installed: cargo install sqlx-cli
  3. sqlx db create