mirror of
https://github.com/nocobase/nocobase
synced 2024-11-15 08:47:20 +00:00
Update repository.md
This commit is contained in:
parent
f80a138a07
commit
eb9efe154a
@ -363,7 +363,7 @@ const books = db.getRepository('books') as MyRepository;
|
||||
await books.myQuery('SELECT * FROM books;');
|
||||
```
|
||||
|
||||
## Instance Member
|
||||
## Instance Members
|
||||
|
||||
### `database`
|
||||
|
||||
@ -377,7 +377,7 @@ The corresponding data table management instance.
|
||||
|
||||
The corresponding data model class.
|
||||
|
||||
## Instance Method
|
||||
## Instance Methods
|
||||
|
||||
### `find()`
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user