Skip to content

Orange ORM with D1 tutorial #20165

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 24 commits into from
Closed
Changes from 1 commit
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
190c954
orange tutorial
lroal Feb 21, 2025
b5db0d7
typos
lroal Feb 21, 2025
10d0496
jsonc
lroal Feb 21, 2025
7f839dc
typos
lroal Feb 21, 2025
c107730
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
lroal Feb 21, 2025
4ccae3e
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
lroal Feb 25, 2025
e45f161
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 25, 2025
becc38d
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 25, 2025
c1c721c
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 25, 2025
e94698a
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 25, 2025
8b22133
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 25, 2025
bd95525
Apply suggestions from code review
Oxyjun Feb 25, 2025
5e17422
Apply suggestions from code review
Oxyjun Feb 25, 2025
cce3a72
Apply suggestions from code review
Oxyjun Feb 25, 2025
d8d5a2f
Apply suggestions from code review
Oxyjun Feb 25, 2025
9d6d19d
Apply suggestions from code review
Oxyjun Feb 25, 2025
f15cc37
Apply suggestions from code review
Oxyjun Feb 25, 2025
70e04cc
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 25, 2025
9c3a2e1
Apply suggestions from code review
Oxyjun Feb 25, 2025
86ab52c
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 26, 2025
d773abf
Apply suggestions from code review part 1
Oxyjun Feb 26, 2025
b217f70
Apply suggestions from code review part 2
Oxyjun Feb 26, 2025
d815c8e
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 28, 2025
0e32987
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Oxyjun Feb 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Apply suggestions from code review
  • Loading branch information
Oxyjun authored Feb 25, 2025
commit 9c3a2e16fb5c57a7537bfbfc84700f79f9d10fa0
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { WranglerConfig, PackageManagers, Render, FileTree } from "~/components"

## What is Orange ORM?

[Orange ORM](https://github.com/alfateam/orange-orm) is an Object Relational Mapper for TypeScript, offering seamless integration with a variety of popular databases. Orange ORM supports both TypeScript and JavaScript, including both CommonJS and ECMAScript.
Orange ORM is an Object Relational Mapper for TypeScript, offering seamless integration with a variety of popular databases. Orange ORM supports both TypeScript and JavaScript, including both CommonJS and ECMAScript.

Refer to the full [Orange ORM documentation](https://github.com/alfateam/orange-orm) for more information.

Expand Down