Skip to content

Instantly share code, notes, and snippets.

@ShahriyarR
Created December 6, 2022 17:58
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save ShahriyarR/d6a988c0e8023fe79b63cd49c2e8b3b3 to your computer and use it in GitHub Desktop.
>>> credentials = DBCredentialsModel(comment="The Hacked Database", password=Password("db-password"), uri=DBUri("mysql://"), port=DBPort(3306), host=DBHost("localhost"))
>>> credentials
DBCredentialsModel(comment='The Hacked Database', password=ReadOnce[secrets=*****], uri=ReadOnce[secrets=*****], port=ReadOnce[secrets=*****], host=ReadOnce[secrets=*****])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment