# Methods

- [.find()](/db-local/methods/find.md)
- [References](/db-local/methods/find/references.md): Reference system between schemas, through a find you can merge data from other schemas.
- [Filters](/db-local/methods/find/filters.md): Filter system, use to filter results
- [.create()](/db-local/methods/create.md): Add a new document to a database
- [.update()](/db-local/methods/update.md): Update a document
- [.remove()](/db-local/methods/remove.md): Remove a document
