1.7.43 • Published 1 year ago

@tb-dev/vndb v1.7.43

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@tb-dev/vndb

Custom query builder to interact with the VNDB database via its HTTPS API.

npm i @tb-dev/vndb

Usage

import { QueryBuilder, VNDB } from '@tb-dev/vndb';

const fields = ['title', 'image.url'];
const query = new QueryBuilder({ fields });

// Same as ['id', '=', 'v30168']
query.f('id').eq.v('v30168');

const { results } = await vndb.post.vn(query);
console.log(results);

Documentation

Read the documentation for more details.

License

MIT

1.7.43

1 year ago

1.7.42

1 year ago

1.7.41

1 year ago

1.7.40

1 year ago

1.7.39

1 year ago

1.7.38

1 year ago

1.7.37

1 year ago

1.7.36

1 year ago

1.7.35

1 year ago

1.7.34

1 year ago