Skip to content

Releases: devrev/meerkat

Adding BeforeQuery Hook to DBM

20 Dec 19:35
98eaa71

Choose a tag to compare

Add beforeQuery hook to query method (#39)

* Add beforeQuery hook

* Fix lints

* Bump version

* Adding onDuckdbShutdown to be called

Context Params support to SQL Builder

06 Dec 16:40
3df76dc

Choose a tag to compare

0.0.601

chore: update meerkat dbm version (#38)

Fix: Connection alive bug

02 Dec 11:02
3f027b8

Choose a tag to compare

fix: Restarting while connection is still active  (#35)

* Close connection

* Fix stuff

* Adding connection close mock function for test

Instance Manager & DB Shutdown

29 Nov 16:36
f990b13

Choose a tag to compare

v0.0.60

 chore: add `getFilesByTableName` and `dropFilesByTableName` methods …

New Indexdb DBM

23 Nov 17:23
4cf77f7

Choose a tag to compare

feat: indexeddb file manager (#30)

* add: indexed dbm layer

* add: dexie

* chore: remove idb

* update: changes

* add: file manager test

* add: benchmarking test

* update: comments

* add: return

* update: dexie

* remove: comment

* address: comments

* add: tables map

* update: comment

* update: use tables

* fix: test

* bump version

Republish the Meerkat DBM Package

22 Nov 06:58
5406672

Choose a tag to compare

v0.0.591

Fix DBM release config (#29)

Meerkat DBM In Memory Sequence Runner

18 Nov 10:43
c8f332d

Choose a tag to compare

Adding DBM publish package (#27)

* Adding DBM publish packaghe

* Adding publish step

Making condition true if no filters are matching

09 Nov 07:48
76bfe73

Choose a tag to compare

Making condition true if no filters are matching (#21)

* Making condition true if no filters are matching

* Bump version

FILTER_PARAMS support to base query

30 Oct 08:30
a3b50e3

Choose a tag to compare

FILTER_PARAMS let's you apply filter at base SQL itself

Nested SQL support for Dimensions

13 Oct 17:54
07943ba

Choose a tag to compare

feat: Add dimension SQL support (#16)

* Add group by SQL support

* Bump version and fix

* Fix typeo