Crate lnotebook

Source
Expand description

§LNotebook

LNotebook is a simple asynchronous API for creating notebooks that store notes in a database.

Re-exports§

pub use commands::execute_commands::NoteCommand;
pub use errors::NotebookError;

Modules§

commands
This module contains functions used to control a notebook.
errors
Errors returned from the LNotebook.

Functions§

get_db_url
Gets database URL drom enivroment variable DATABASE_URL.