Skip to content

Proposal: use hook to listen for table changes. #69

@eznix86

Description

@eznix86

Example

const users = useSQLite(['users']) // is connected to insert, update, delete option. but is only connected with the mentioned table. 
// if 'animal' is not specified for example, it will not trigger changes

users.map((user) => {

 user.delete() // trigger update
})

db.delete(user) // trigger update

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions