Skip to main content

2 posts tagged with "postgresql"

View All Tags

· One min read
Team EasyManage

Free PostgreSQL database providers

We are listing postgres database providers you can use for free, which work with EasyManage.

These free tiers are good to get you started on project development with cloud database for various purposes such as side projects, prototyping, MVPs.

Neon.tech

Check out their Free PostgreSQL database here.

How To Use with EasyManage

  • From Neon Dashboard, gather connection details:

Get psql URL: postgres://<role_name>:<db-password>@<server-name>.us-east-2.aws.neon.tech/neondb

Get Role (Db User) and password, if not part of URL.

EasyManage : Import Tables : New Db Source : Create New Record

  • Select psql db type
  • Use URL
    • without <role_name>:<db-password>@ and
    • replacing prefix with jdbc:postgresql:
    • add suffix ?sslmode=require
    • as per below in EasyManage Studio
    • jdbc:postgresql://<server-name>.us-east-2.aws.neon.tech/neondb?sslmode=require
  • Fill out Db User/Password fields.
info

Note: Below three have not been tried out with EasyManage Builder Studio, but they should work.

Amazon RDS

Check out their Free PostgreSQL database here

ElephantSQL

Check out their Free PostgreSQL database here

Fly.io

Check out their Free PostgreSQL database here.

· 2 min read
Team EasyManage

Odoo | EasyManage GraphQL | Flutter App

Odoo + EasyManage Benefits

  • Modernize Odoo With GraphQL APIs and Mobile App in Flutter.
  • Get all GraphQL benefits and clear separation between the GraphQL API and Odoo.
  • Build custom mobile apps as per your need.
  • Customize GraphQL APIs as per your need.

Build With EasyManage

EasyManage provides instant Flutter App and GraphQL APIs from Odoo Postgres database. This provides you with perfect scenario for modernizing Odoo and get GraphQL APIs along with building Mobile Apps for yourself or clients.

Odoo database objects stock taking

Edition: Odoo 16 (Odoo Community Edition)

Odoo 16, when installed/setup and activated all Free apps, has PostgreSQL database with below number of tables & views.

Number OfObjectsColumns
Tables8088700See Details
Views20296See Details

Ready Available Odoo + EasyManage Project Repository

We will provide projects already built on EasyManage, and generated code, against Odoo 16.

info

Templates for below available upon request.

  • odoo-easymanage (sample repository)
    • Includes 10 tables
  • odoo-easymanage-full
    • Includes 828 tables (808 db tables + 20 db Views)

This is the greatest thing to get started...

Why Project Repository Variations

Since Odoo has many-many tables the project gets very-very large. We are providing a sample project repository with 10 tables to get you started. Then extend it by copying more table related folders and files, as many needed, from full repository.

tip

Start with downloading and setting up odoo-easymanage (sample repository)!

caution

Downloading and setting up odoo-easymanage-full repository requires more computer and internet resources, needs to allocate higher memory sizes for heap/etc. Its better to set it up on large server computer.

Rather than running full projects, copy table-related folders/files to sample project and run.