PromucFlow_constructor/app/server/appsmith-plugins
Shrikant Sharat Kandula 3f5930e52e
Add datasource structure support for DB plugins (#523)
* Base interface for getting datasource structure for databases

* Add keys and constraints to structure for Postgres datasources

* Use connection from datasource context for computing structure

* Refactor context retrying into a separate method

* Add base datastructures for templates in entity explorer

* Fix spring circular dependency

* Add test for postgres datasource structure

* Generate column names and sample values for INSERT query

* Add LIMIT clause to generated SELECT query

* Fix tests for generated SELECT query

* Minor refactoring
2020-09-14 18:59:11 +05:30
..
mongoPlugin Add datasource structure support for DB plugins (#523) 2020-09-14 18:59:11 +05:30
mysqlPlugin Fix column alias names in MySQL actions (#466) 2020-09-02 17:19:41 +05:30
postgresPlugin Add datasource structure support for DB plugins (#523) 2020-09-14 18:59:11 +05:30
rapidApiPlugin Change return type of plugin execution to be more specific (#247) 2020-08-10 14:41:32 +05:30
restApiPlugin Fix numbers being converted to floats in JSON Post body (#241) 2020-08-11 14:07:34 +05:30
pom.xml Mysql plugin integration (#53) 2020-07-21 16:01:42 +05:30