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
Copy file name to clipboardExpand all lines: README.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,8 @@ The ultimate Object Relational Mapper for Node.js and Typescript, offering seaml
29
29
✅ MySQL
30
30
✅ Oracle
31
31
✅ SAP ASE
32
-
✅ SQLite
32
+
✅ SQLite
33
+
✅ Cloudflare D1
33
34
34
35
35
36
This is the _Modern Typescript Documentation_. Are you looking for the [_Classic Documentation_](https://github.com/alfateam/orange-orm/blob/master/docs/docs.md) ?
@@ -319,6 +320,22 @@ import map from './map';
319
320
320
321
constdb=map.http('http://localhost:3000/orange');
321
322
```
323
+
__Cloudflare D1__
324
+
<sub>📄 wrangler.toml</sub>
325
+
```toml
326
+
# Bind a D1 database. D1 is Cloudflare’s native serverless SQL database.
0 commit comments