hhtokpinar / sqfEntity

SqfEntity ORM for Flutter/Dart lets you build and execute SQL commands on SQLite database easily and quickly with the help of fluent methods similar to .Net Entity Framework. SqfEntity also generates add/edit forms with validations and special controls (DropDown List, DateTime pickers, Checkboxes.. etc) for your table.
379 stars 101 forks source link

modfiy DB password dynamically #293

Open SrujanMungara opened 1 year ago

SrujanMungara commented 1 year ago

I need to modify the DB Password dynamically everyday.

Any suggestions on how it can be achieved