Skip to content

Releases: t3-oss/create-t3-app

[email protected]

09 Nov 18:58
cd49ba8

Choose a tag to compare

Patch Changes

[email protected]

04 Nov 11:55
ea47528

Choose a tag to compare

Patch Changes

[email protected]

16 Oct 07:45
126538a

Choose a tag to compare

Minor Changes

[email protected]

10 Oct 20:06
e95e3ad

Choose a tag to compare

Minor Changes

[email protected]

12 Sep 19:20
5551522

Choose a tag to compare

Patch Changes

[email protected]

12 Sep 09:01
ba0142e

Choose a tag to compare

Patch Changes

[email protected]

11 Sep 18:49
985e10b

Choose a tag to compare

Minor Changes

  • #1461 8034db0 Thanks @juliusmarminge! - feat: add drizzle

    This release adds a new option to use drizzle-orm as an alternative to Prisma.

    To make the different ORM options as similar as possible, some minor changes has also been made to the Prisma installer:

    • a new script db:push has been added and is included in both ORM options.
    • the prisma client has been renamed to db in the trpc context - you now access your database client like
      examples: publicProcedure.query((opts) => {
         // prisma
         opts.ctx.db.example.findMany()
         // drizzle
         opts.ctx.db.query.example.findMany()
      }),

    You cannot choose the two options in the same app.

Patch Changes

[email protected]

27 Aug 20:02
144c746

Choose a tag to compare

Minor Changes

[email protected]

08 Aug 19:58
5559a42

Choose a tag to compare

Minor Changes

  • #1532 941a0fc Thanks @spicybackend! - chore(deps): upgrade Prisma to v5.1.1, bump patch versions of other dependencies

  • #1507 fe5755c Thanks @LevinUncu! - If the project is not in a Git repo, the next steps will show git init instead of git commit -m "initial commit".

[email protected]

30 Jul 18:05
1e3cba1

Choose a tag to compare

Minor Changes