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

0.62.4 • Public • Published

@synthql/backend

The SynthQL backend.

import { QueryEngine } from "@synthql/backend"

// Initialize the client
const queryEngine = new QueryEngine({...})

// Write your query
const query = from('users')
    .columns('id','first_name')
    .where({id: {in:[1,2,3]}})
    .many()

// Execute the query
queryEngine.execute(query);

Links

Readme

Keywords

none

Package Sidebar

Install

npm i @synthql/backend

Weekly Downloads

135

Version

0.62.4

License

MIT

Unpacked Size

679 kB

Total Files

145

Last publish

Collaborators

  • fernandohur