PromucFlow_constructor/app/server/appsmith-plugins
Shrikant Sharat Kandula 6c7e45d010
Add a connection type variable for Plugin implementations (#531)
* Add a connection type variable for Plugin implementations

This type variable is intended to represent the type of the
connection object, if any, that the plugin will use. This will
help make the implementations more robust by leveraging Java's
type checking instead of rudimentary type casts over the
connection objects.

* Fix missing typevar usage
2020-09-14 20:36:47 +05:30
..
mongoPlugin Add a connection type variable for Plugin implementations (#531) 2020-09-14 20:36:47 +05:30
mysqlPlugin Add a connection type variable for Plugin implementations (#531) 2020-09-14 20:36:47 +05:30
postgresPlugin Add a connection type variable for Plugin implementations (#531) 2020-09-14 20:36:47 +05:30
rapidApiPlugin Add a connection type variable for Plugin implementations (#531) 2020-09-14 20:36:47 +05:30
restApiPlugin Add a connection type variable for Plugin implementations (#531) 2020-09-14 20:36:47 +05:30
pom.xml Mysql plugin integration (#53) 2020-07-21 16:01:42 +05:30