hohnworld
Results
2
comments of
hohnworld
i use email adress and pass word logo ,got json like below and i don't know what is the api_key: { "token": { "expires_in": 3600000, "access_token": "aaa.bbb.ccc", "refresh_token": "ddd.eee.fff" }...
this works for me: const sequelize = new Sequelize({ dialect: "sqlite", // storage: "./db.sqlite", //electron project dir storage: "f:/the_dir_must_need/db.sqlite", //can't less dir between disk partion and database file,like this "f:/db.sqlite"...