more sequelize stuff

This commit is contained in:
Ciro Santilli
2021-06-14 21:14:20 +01:00
parent dbf0cbdeae
commit 8c86e0aa4d
8 changed files with 326 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
#!/usr/bin/env node
const assert = require('assert');
assert(1 + 1 === 2)