Trangar / zettelkasten

Rust implementation of https://en.wikipedia.org/wiki/Zettelkasten
MIT License
2 stars 1 forks source link

Enable `sqlx offline` feature #22

Closed VictorKoenders closed 1 year ago

VictorKoenders commented 1 year ago

Currently a database has to exist for people to build zettelkasten. This includes the just install_terminal script.

sqlx has an offline feature. We should introduce this and check it into the source, so we don't need an .env file with a DATABASE_URL if we're just running just install_terminal (or in the future cargo install zettelkasten_terminal_sqlite)