You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Connection caching** - Automatic connection reuse for performance
51
-
-**Dual module support** - Works with both ESM and CommonJS
52
-
-**Zero dependencies** - Only peer dependencies for database drivers
53
-
54
38
## Installation
55
39
56
40
```bash
@@ -63,7 +47,7 @@ bun add better-sqlite3 # SQLite
63
47
bun add pg # Local PostgreSQL
64
48
```
65
49
66
-
💡 **Not sure which driver?** See the [installation guide](https://drizzleasy.vercel.app/docs/installation)
50
+
**Not sure which driver?** See the [installation guide]([https://drizzleasy.vercel.app/docs/installation](https://drizzleasy.vercel.app/docs/02-installation))
67
51
68
52
## Quick Start
69
53
@@ -271,10 +255,8 @@ if (error) {
271
255
console.log('Success:', data)
272
256
```
273
257
274
-
## Contributing
275
-
276
-
Contributions are welcome! Please feel free to submit a Pull Request.
0 commit comments