首页 > 其他分享 >ZIMP - dbdocs

ZIMP - dbdocs

时间:2023-12-23 10:55:26浏览次数:22  
标签:ZZHPC zimple dbdocs zzh ZIMP email bank

 

zzh@ZZHPC:~$ dbdocs login
? Choose a login method: Email
? Your email: [email protected]
✔ Request email authentication
? Please input OTP code sent to the email: 914566
✔ Login to your account
✔ Validate token
✔ Save credential

Done.

zzh@ZZHPC:/zdata/Github/zimplebank$ dbdocs build doc/db.dbml
✔ Parsing file content
⚠ Project 'zimple_bank' is public, consider setting password or restricting access to it
✔ Done. Visit: https://dbdocs.io/ZhangZhihuiAAA/zimple_bank

 

zzh@ZZHPC:/zdata/Github/zimplebank$ dbdocs password --set xxxxxxxxxx --project zimple_bank
✔ Password is set for 'zimple_bank'.

 

zzh@ZZHPC:/zdata/Github/zimplebank$ dbdocs remove first_project
✖ Failed: Project name 'first_project' not found

 

标签:ZZHPC,zimple,dbdocs,zzh,ZIMP,email,bank
From: https://www.cnblogs.com/zhangzhihui/p/17922778.html

相关文章

  • Zimp - Error message not equal
     funcTestDeleteAccount(t*testing.T){account1:=createRandomAccount(t)err:=testQueries.DeleteAccount(context.Background(),account1.ID)require.NoError(t,err)account2,err:=testQueries.GetAccount(context.Background(),account......