Añade funciones de acceso básico a base de datos

This commit is contained in:
Manuel Cillero 2022-04-24 18:44:37 +02:00
parent d4c6a3b2f3
commit e7f9bf8778
17 changed files with 99 additions and 75 deletions

View file

@ -1,4 +1,4 @@
use pagetop::db::migration::*;
use pagetop::prelude::*;
// Stores information about each saved version of a {node}.
#[derive(Iden)]