d1-kyt 0.1.0 → 0.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +5 -1
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
|
|
7
7
|
Opinionated [Cloudflare D1](https://developers.cloudflare.com/d1/) + [Kysely](https://kysely.dev/) toolkit.
|
|
8
8
|
|
|
9
|
-
Not an ORM,
|
|
9
|
+
Not an ORM, no magic, no runtime overhead. Just a wrapper with helpers that relies on Kysely's type inference.
|
|
10
10
|
|
|
11
11
|
**ky**(sely) + **t**(oolkit) = **kyt**
|
|
12
12
|
|
package/package.json
CHANGED
|
@@ -1,7 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "d1-kyt",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Opinionated Cloudflare D1 + Kysely toolkit",
|
|
5
|
+
"repository": {
|
|
6
|
+
"url": "https://github.com/sher/d1-kyt"
|
|
7
|
+
},
|
|
8
|
+
"homepage": "https://github.com/sher/d1-kyt",
|
|
5
9
|
"type": "module",
|
|
6
10
|
"main": "dist/index.js",
|
|
7
11
|
"types": "dist/index.d.ts",
|