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
Update src/content/docs/d1/tutorials/d1-and-orange-orm/index.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
  • Loading branch information
lroal and hyperlint-ai[bot] authored Feb 21, 2025
commit c1077303a23202f512fc129c5eb0f46e824e8683
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import { WranglerConfig } 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. Whether you're building applications in TypeScript or JavaScript, including both CommonJS and ECMAScript, Orange ORM has got you covered.
[Orange ORM](https://github.com/alfateam/orange-orm) is an Object Relational Mapper for TypeScript, offering seamless integration with a variety of popular databases. Whether you're building applications in TypeScript or JavaScript, including both CommonJS and ECMAScript, Orange ORM has got you covered.

- **Rich Querying Model**: Orange provides a powerful and intuitive querying model, making it easy to retrieve, filter, and manipulate data from your databases.
- **Active Record**: With a concise and expressive syntax, Orange enables you to interact with your database using the [*Active Record Pattern*](https://en.wikipedia.org/wiki/Active_record_pattern).
Expand Down