Skip to content

Latest commit

 

History

History
105 lines (72 loc) · 2.89 KB

README.zh.md

File metadata and controls

105 lines (72 loc) · 2.89 KB

Build Status Node version License Twitter

请为中文文档做贡献 🙏🙏

XgeneCloud

Generate Instant REST & GraphQL APIs on ANY database

English | 中文

Website | Documentation | Newsletter | Discord | Twitter | We are Hiring | Download |

Demo : REST

Demo : GraphQL

Why This ?

For the age we live in where it is : 1-Click for anything to your door step. It is incredible hard to create APIs on existing databases.

This is an attempt to make things better.

Setup & Install

npm install -g xc-cli

xc app.install

xc app.open

xc new project-name
  • Supports
    • MySQL
    • PG
    • SQL Server / MsSQL
    • SQLite
    • MariaDb

What is XgeneCloud

XgeneCloud consists of 3 products

  • Instant REST & GrapphQL API framework on any database
  • GUI based Database & API Client
    • Database Client : Auto generates schema migrations (up and down)
    • API debugging and API perforamnce test too!
  • Hybrid Serverless framework
    • Without a single line of change - APIs work serverless-ly on all major cloud platforms.
    • Supports AWS Lambda, Google Cloud Functions, Azure Functions, Alibaba Function Compute
gen.apis.rest                       
gen.apis.graphql                    
gen.module                          

db.migrate.init                      
db.migrate.sync                      
db.migrate.list                         
db.migrate.create                   
db.migrate.up                       
db.migrate.down                     
db.migrate.term                     
db.migrate.sql.dump                  

permissions.set                     
permissions.get                     
permissions.user.add                
permissions.user.delete             
permissions.user.rename             

man                                 
new                                 

app.install                         
app.open                            

component.add