存储-数据库

站点: 聚观点-创意环境
课程: 必修1. 互联网创意编程基础
图书: 存储-数据库
打印: 访客用户
日期: 2025年04月12日 星期六 02:18

描述

nocodb

1. 授权


🔗auth api

1.1. 登录


🔗signin

2. 模式


🔗meta apis

2.1. 列出表格


🔗tables.list


2.2. 表格网址


'/dashboard/#/nc/' +projectId +'?name=' +encodeURIComponent(tableTitle) +'&dbalias=&type=table'


2.3. 表格ID


get table id from table list by table name

2.4. 表格字段


🔗table.read

2.5. 字段类型


🔗column types

2.6. 创建新表


🔗tables.create

3. 数据


🔗data apis

3.4. 上传附件


🔗Attachment Upload