Fulcrum Query SQL (v1.2.1) is a utility library providing shared SQL query logic for Fulcrum Query API and Fulcrum Editor applications. It depends on fulcrum-core (^1.5.3), moment (^2.17.1), and moment-timezone (^0.5.11). The package is developed internally by Fulcrum and is not intended for public use. It ships TypeScript types and is used in a monorepo/yalc development workflow. Release cadence is ad-hoc, tied to internal needs.
npm install fulcrum-query-sqlNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows basic usage of the default export to build SQL queries with select/from/where.
Ensure all peer dependencies are installed at compatible versions.
Run `yalc publish --push` in the library and `./yarn` (or `yarn` if not using skaffold) in the dependent project.
Do not use outside Fulcrum ecosystem without internal coordination.
Run `yarn add fulcrum-query-sql` or use yalc link per debugging instructions.
Use `import FulcrumQuerySQL from 'fulcrum-query-sql'` or `import { FulcrumQuerySQL } from 'fulcrum-query-sql'`.