mirror of
https://github.com/steedos/steedos-platform
synced 2024-11-22 17:06:42 +00:00
website
This commit is contained in:
parent
cacb9a8ef2
commit
2596c41952
@ -2,7 +2,7 @@
|
||||
title: 简介
|
||||
---
|
||||
|
||||
Steedos Object Schema 是一套跨平台、跨语言的对象描述语法。与传统的ORM标准不同,Steedos 不仅可以定义字段、校验、关系,还可以为后端定义触发器、权限,为前端定义视图、报表、过滤等内容。
|
||||
Steedos ObjectQL 是一套跨平台、跨语言的对象描述语法。与传统的ORM标准不同,Steedos 不仅可以定义字段、校验、关系,还可以为后端定义触发器、权限,为前端定义视图、报表、过滤等内容。
|
||||
|
||||
比如你可以这样定义对象 account.object.yml
|
||||
```yaml
|
||||
@ -68,6 +68,6 @@ Steedos Object Server 设计的目的是为了连接到任何数据源,包括S
|
||||
|
||||
Steedos Object Cloud 即将上线,您设计的Apps不仅可以内部使用,还可以成为SAAS服务租用给客户使用。
|
||||
|
||||
Steedos Object Schema 的创意来自 [Salesforce Lightning Platform](https://www.salesforce.com/products/platform/),很多设计标准遵循了 Salesforce 的规范。
|
||||
Steedos ObjectQL 的创意来自 [Salesforce Lightning Platform](https://www.salesforce.com/products/platform/),很多设计标准遵循了 Salesforce 的规范。
|
||||
- [Salesforce Lightning Design System](https://www.lightningdesignsystem.com/)
|
||||
- [Salesforce Lightning Design System in React ](https://react.lightningdesignsystem.com/)
|
@ -2,14 +2,6 @@
|
||||
title: 对象
|
||||
---
|
||||
|
||||
### 基本概念
|
||||
|
||||
- Steedos Datasource Schema 是一种数据源描述语法,数据源可以是传统的数据库,也可以是类似Salesforce、SAP等API接口返回的JSON数据。
|
||||
- Steedos Object Schema 是一套对象描述语法,用于定义业务对象的字段、关系、校验、触发器、视图、权限、报表等内容。把Steedos Object关联到数据源之后,Steedos对象服务器即可生成标准的API接口和用户界面。
|
||||
- Steedos Filter Language 是一种过滤条件描述语法,让最终用户可以按照统一的标准编写复杂的过滤条件。Steedos提供标准函数把用户的Steedos Filter转换为SQL数据库或是MongoDB的查询条件。
|
||||
|
||||
|
||||
### 定义对象
|
||||
您可以创建 {object_name}.object.yml 文件,定义对象。
|
||||
|
||||
post.object.yml
|
||||
|
@ -23,7 +23,7 @@ const users = [
|
||||
const siteConfig = {
|
||||
title: 'ObjectQL', // Title for your website.
|
||||
tagline: 'Build GraphQL API for your business objects.',
|
||||
url: 'https://www.objectql.org/', // Your website URL
|
||||
url: 'https://steedos.github.io/', // Your website URL
|
||||
baseUrl: '/', // Base URL for your project */
|
||||
// For github.io type URLs, you would set the url and baseUrl like:
|
||||
// url: 'https://facebook.github.io',
|
||||
|
Binary file not shown.
Before Width: | Height: | Size: 441 KiB After Width: | Height: | Size: 50 KiB |
Loading…
Reference in New Issue
Block a user