update: started to work on the database side of things
This commit is contained in:
parent
eab450626a
commit
0b3ea4b406
7 changed files with 111 additions and 8 deletions
15
src/utils/scripts/embed:sql.js
Normal file
15
src/utils/scripts/embed:sql.js
Normal 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')
|
||||
Loading…
Add table
Add a link
Reference in a new issue