sylv / micro

A vanity image host with url shortening, 2fa, videos, and much more.
https://micro.sylo.digital
GNU Affero General Public License v3.0
43 stars 4 forks source link

Database #3

Closed eeyin closed 3 years ago

eeyin commented 3 years ago

What should the db tables be i made a users table but when i make a column User.id then it just says it wasn't found so a db example would be nice thanks

sylv commented 3 years ago

TypeORM handles database management, you just have to set "synchronize": true in .microrc and it'll create the tables it wants, then turn it back off or it'll overwrite data when updates come out.