connstringgen"connstringgen" is a simple, static extension to generate connection string when developing apps that require a database connection locally. Right now it only supports MySQL, PostgreSQL, MS Sql Server and Sqlite3. Primarily developed for use in .NET application development but future work will support other database engines. FeaturesThis first version is static, that is to say, it will produce the same connection string format everytime. This is ideal for a start as these are the settings I use presently!
RequirementsIf you have any requirements or dependencies, add a section describing those and how to install and configure them. Future Work
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release Notes0.0.1Initial release of connstringgen
-More to come- Enjoy! |