@synthql/queries
TypeScript icon, indicating that this package has built-in type declarations

0.38.4 • Public • Published

@synthql/queries

DSL for writing SynthQL queries.

import { from } from './generated.schema';

const findUserById = (id: number) =>
    from('users').columns('id', 'first_name').where({ id }).many();

Links

Readme

Keywords

none

Package Sidebar

Install

npm i @synthql/queries

Weekly Downloads

42

Version

0.38.4

License

MIT

Unpacked Size

507 kB

Total Files

41

Last publish

Collaborators

  • fernandohur