libplanet icon indicating copy to clipboard operation
libplanet copied to clipboard

Define a common method to get an `IStore` instance from a string

Open dahlia opened this issue 4 years ago • 2 comments

There are methods doing the similar thing in several places:

What they do is to instantiate an implementation of IStore from a given string. Not only for getting rid of code duplication, but also for establishing a standard-ish format to referring Libplanet stores[^1], it's good to have a common method to do this. If we have a shared format for it, we can utilize it elsewhere as well, for example, configuration files.

[^1]: Think of JDBC URLs or ODBC connection strings.

dahlia avatar Nov 03 '21 06:11 dahlia

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] avatar Mar 02 '22 09:03 stale[bot]

This issue has been automatically marked as stale because it has not had recent activity. Thank you for your contributions.

stale[bot] avatar Jul 31 '22 01:07 stale[bot]