Skip to main content

19 posts tagged with "graphql"

View All Tags

· One min read
Team EasyManage

Point to your MS SQL Server database and get fully-featured, secure, and fast REST APIs in 1 minute!

Get REST APIs on MS SQL Server or Azure SQL in 1 Minute

Instant REST APIs

EasyManage generates your REST APIs based on your MS SQL Server tables and views, and gives you flexible, fully-featured REST APIs in a minute. No more coding backend manually.

Inbuilt Authorization

  • Easily configure role-based authorization and granular access authorizations.
  • Use out-of-box authentication or Integrate with your custom authentication system to easily create a secured REST API backend.

More Details

For MS SQL Server details refer to MS SQL Server sections in:

Building With Databases Reference

MS SQL Server Databases Data Types Mapping to EasyManage Types

Database API Reference

Database Feature Reference

· 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
  • Give Source Name: e.g. Psql Neon Db 01
  • 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.