update: started to work on the database side of things

This commit is contained in:
maix0 2025-06-20 00:13:01 +02:00 committed by Maieul BOYER
parent eab450626a
commit 0b3ea4b406
7 changed files with 111 additions and 8 deletions

View file

@ -0,0 +1,15 @@
// ************************************************************************** //
// //
// ::: :::::::: //
// embed:sql.js :+: :+: :+: //
// +:+ +:+ +:+ //
// By: maiboyer <maiboyer@student.42.fr> +#+ +:+ +#+ //
// +#+#+#+#+#+ +#+ //
// Created: 2025/06/19 23:30:39 by maiboyer #+# #+# //
// Updated: 2025/06/20 00:02:19 by maiboyer ### ########.fr //
// //
// ************************************************************************** //
import embed from "./embed.js";
await embed('./src/init.sql', './src/init.sql.ts')