6 Commits

Author SHA1 Message Date
michal-kapala
78f3dfc7bd add batch request chunking (#1)
+ multiple batch requests of size configurable via max_batch
2024-11-27 23:29:47 +01:00
michal-kapala
b5d11cfc28 feat: use batch api (#1)
+ bulk record creation support for JSON and CSV
2024-11-27 17:34:56 +01:00
michal-kapala
df56216609 update to v0.23.1
+ package version bump to 0.22.0
+ support for PB v0.23.1 collections
2024-11-26 17:39:41 +01:00
michal-kapala
ce03fd9991 update schema gen
+ support for PocketBase v0.22.23
+ support for Deno 2
+ now depends on pocketbase npm package
2024-11-06 16:17:06 +01:00
michal-kapala
63bf053c36 JSON import support
+ JSON import added
+ code structure refactored
2023-03-10 20:32:57 +01:00
michal-kapala
ac857af125 basic csv support
+ csv imports
+ import options
+ type detection
+ bool, number, date, text, email and json types supported
2023-03-06 01:39:18 +01:00