Hey there ππ»

My name is Dominic Fuchs
Lead Product Developer at AURUM.
Hey there ππ»
My name is Dominic Fuchs
Lead Product Developer at AURUM.
Microsoft Experts from Nuremberg since 2003
Visit us at aurum-consulting.de
Follow us on LinkedIn
Join the Waitlist to get Alpha Access π
Logo not final
I'm proud to present you an opinionated guide on
Let's think about Responsibility
title | creatorUserId | |
---|---|---|
1 | Unbreakable Windows | 98f0fb88-3584-11f0-ae57-0f37e01e966f |
2 | YumYum Coffee | 1fe3bd6a-3585-11f0-a823-2318f177c89c |
3 | Awesome Cars | 207a552c-3585-11f0-ab04-131ff5b8151c |
Let's think about Longevity
SQLite is backward- and upward-compatible since
import { integer, sqliteTable, text } from "drizzle-orm/sqlite-core";
export default sqliteTable(
"customer",
{
id: integer().primaryKey(),
title: text().notNull(),
description: text(),
slug: text().notNull().unique(),
msGroupId: text().notNull(),
likesCats: integer({ mode: "boolean" }).default(true), // just add a column
},
() => [],
);
Let's think about Independency
Thanks for listening