@suluk/drizzle - v0.1.6
↑ Suluk
GitHub
Preparing search index...
CrudHandlers
Interface CrudHandlers
interface
CrudHandlers
{
list
:
(
c
:
Context
)
=>
Promise
<
Response
>
;
get
:
(
c
:
Context
)
=>
Promise
<
Response
>
;
create
:
(
c
:
Context
)
=>
Promise
<
Response
>
;
update
:
(
c
:
Context
)
=>
Promise
<
Response
>
;
delete
:
(
c
:
Context
)
=>
Promise
<
Response
>
;
}
Index
Properties
list
get
create
update
delete
Properties
list
list
:
(
c
:
Context
)
=>
Promise
<
Response
>
get
get
:
(
c
:
Context
)
=>
Promise
<
Response
>
create
create
:
(
c
:
Context
)
=>
Promise
<
Response
>
update
update
:
(
c
:
Context
)
=>
Promise
<
Response
>
delete
delete
:
(
c
:
Context
)
=>
Promise
<
Response
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
list
get
create
update
delete
↑ Suluk
GitHub
@suluk/drizzle - v0.1.6
Loading...