Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 1.07 KB

nocode_lowcode_backend.md

File metadata and controls

24 lines (16 loc) · 1.07 KB

Backend means,

  1. connecting db's ( it can be paid services, selfhosted sql-nosql or, file system),
  2. authentication (it should handle and track user registration, login )
  3. authorization (it should provide roles for users)
  4. crud/graphql (how we'll reach db and how well maniplate data)
  5. Multi-tenant (can seperate different projects)

PocketBase : one file backend written on go

Platform DBs Auth Roles Data Access MultiTenant
PocketBase Sqlite Provides ? REST-ish API ?
appflowy ?
nocodb All sql DBs apis have org and projectname
appsmith All sql DBs
appwrite.io DBs Auth Roles Data Tenancy
tooljet DBs Auth Roles Data Tenancy
DBs Auth Roles Data Tenancy