This commit is contained in:
Jack Zhuang 2019-03-22 13:57:23 +08:00
parent cacb9a8ef2
commit 2596c41952
4 changed files with 3 additions and 11 deletions

View File

@ -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/)

View File

@ -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

View File

@ -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