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

Advisories

Path: bart.db.advisories.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.

Routes

Path: bart.db.routes.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.

Stations

Path: bart.db.stations.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.