EasyManage mission is to provide full-stack development automation. We are listing here our Available Releases and Feature Support Matrix.
For more information, email to info@easymanage.com.
Disclaimer: We may add features to or end releases from these lists as per internal assessment, market popularity.
Available Releases
These releases are available.
Release Types
- Preview : Initial Release
- V1 : Intermediate Release 1
- V2 : Intermediate Release 2
- Full : Full Release
Frontend
Srl | Status | id | Languages, Framework, Details | Release | APIs |
---|---|---|---|---|---|
1 | Available | flutter | Flutter App | Full | GraphQL, REST |
2 | Available | nextjs | Next.js, React | V1 | REST |
3 | Available | reactnative | React Native | Preview | GraphQL |
4 | Available | angular | Angular (TS) | Preview | REST |
Backend
Srl | Status | id | Languages, Framework | Release | APIs |
---|---|---|---|---|---|
1 | Available | spring | Spring Java APIs (Spring Data JPA) | Full | GraphQL, REST |
2 | Available | express | Express, Node.js (typeorm, GraphQL Apollo Server) | V2 | GraphQL, REST |
Databases Supported
- Spring Java : Oracle, MySQL, MariaDB, PostgreSQL, MS SQL Server, Azure SQL, Snowflake, Amazon RDS, (DB2, H2, HSQLDB).
- Express Node.js : MySQL, PostgreSQL, MariaDB, Oracle, MS SQL Server, Amazon RDS
Figma Designs
Srl | Status | id | Tools | Release | Details |
---|---|---|---|---|---|
1 | Available | figma | Figma Release | V1 | Create Designs For Input Forms |
Feature Support for Releases
Below is feature support Vs Language|Framework for releases.
Frontend
Feature | Flutter | Next.js, React (Preview) | React Native (Preview) | Angular (Preview) |
---|---|---|---|---|
GraphQL Support | ✅ | ✅ | ||
REST Support | ✅ | ✅ | ✅ | |
Date/Time Format Parameters | ✅ | |||
Currency Formatting | ✅ | |||
Security - Authentication & Authorization | ✅ | |||
Navigation Menu | ✅ | ✅ | ✅ | ✅ |
- Side Nav | ✅ | ✅ | ✅ | ✅ |
- Media handling | ✅ | |||
- Video Player | ✅ | |||
- Audio Player | ✅ | |||
- Images | ✅ | |||
- URL Launch | ✅ | |||
Each Table | ||||
* Display | ✅ | ✅ | ✅ | ✅ |
- Paginated Data Table | ✅ | ✅ | ✅ | |
- List View | ✅ | ✅ | ✅ | |
- - Linked Records | ✅ | |||
- - Sorting | ✅ | |||
- Card View | ✅ | |||
* Forms / Actions | ||||
- Input | ✅ | ✅ | ✅ | |
- Edit | ✅ | ✅ | ||
- Delete | ✅ | ✅ | ||
- View Record Details | ✅ | |||
* Misc | ||||
- Dropdown | ✅ | |||
- Dropdown + Edit | ✅ | |||
- Filter | ✅ | |||
- Query / Search Record | ✅ | |||
- Graph template | ✅ | |||
- Line Graph, Bar Graph | ✅ |
Backend
Please note these are grouped together :
- GraphQL Query and REST Http GET
- GraphQL Mutation and REST Http POST PUT DELETE
- Subscription is only available in GraphQL
Feature | Spring Java GraphQL | Spring Java REST | Express GraphQL | Express REST |
---|---|---|---|---|
Date/Time Format Parameters | ✅ | ✅ | ||
Security - Authentication & Authorization | ✅ | ✅ | ||
GraphQL Query / REST Http GET | ||||
* ViewAll | ✅ | ✅ | ✅ | ✅ |
* ViewAllPaged | ✅ | ✅ | ✅ | ✅ |
- - Pagination | ✅ | ✅ | ✅ | ✅ |
* SelectWhere | ✅ | ✅ | ✅ | ✅ |
- - searchBy clause | ✅ | ✅ | ✅ | ✅ |
- - sortBy clause | ✅ | ✅ | ✅ | ✅ |
- - Pagination | ✅ | ✅ | ✅ | ✅ |
* Query (By key) | ✅ | ✅ | ✅ | ✅ |
* FindOne (By key) | ✅ | ✅ | ✅ | ✅ |
* GetOne | ✅ | ✅ | ||
* DataMesh (Code template) | ✅ | ✅ | ||
* FindByColumnName (Code template) | ✅ | ✅ | ||
Data Modeling - Table Relations/Joins | ✅ | ✅ | ||
* Nested Models / Objects / Schemas | ✅ | ✅ | ||
GraphQL Mutation / REST Http POST PUT DELETE | ||||
- Create (Insert) | ✅ | ✅ | ✅ | ✅ |
- Update | ✅ | ✅ | ✅ | ✅ |
- Delete | ✅ | ✅ | ✅ | ✅ |
GraphQL Subscription | ✅ | - | - | |
API Explorer | ✅ | ✅ | ✅ | |
- Tool Name | graphiql | Swagger | Apollo API Explorer |