Skip to main content
The Abyssale plugin syncs data locally. Use corsair.abyssale.db.<entity>.search({ data, limit?, offset? }) with the filters listed per entity.

Banners

Path: abyssale.db.banners.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Designs

Path: abyssale.db.designs.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Fonts

Path: abyssale.db.fonts.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.

Projects

Path: abyssale.db.projects.search

Searchable filters

Every .search() also accepts limit and offset for pagination. .list() is available on the same path without the .search suffix in code — see database operations.