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;');
|
await books.myQuery('SELECT * FROM books;');
|
||||||
```
|
```
|
||||||
|
|
||||||
## Instance Member
|
## Instance Members
|
||||||
|
|
||||||
### `database`
|
### `database`
|
||||||
|
|
||||||
@ -377,7 +377,7 @@ The corresponding data table management instance.
|
|||||||
|
|
||||||
The corresponding data model class.
|
The corresponding data model class.
|
||||||
|
|
||||||
## Instance Method
|
## Instance Methods
|
||||||
|
|
||||||
### `find()`
|
### `find()`
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user