Skip to content

[QUESTION] Is there an example on how to make the file for cloud database? #444

Closed Answered by TheCommCraft
bossOfCode asked this question in Q&A
Discussion options

You must be logged in to vote

The request handlers for every operation except for delete do not need to be defined because they are already implemented by storage. You cannot currently set the name of an event handler manually, you have to use

@db1.event
def on_save(...): ...

Replies: 1 comment 12 replies

Comment options

You must be logged in to vote
12 replies
@bossOfCode
Comment options

@bossOfCode
Comment options

@bossOfCode
Comment options

@TheCommCraft
Comment options

Answer selected by bossOfCode
@bossOfCode
Comment options

@TheCommCraft
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants