Skip to content

add generate-types#3

Open
techmannih wants to merge 4 commits into
seveibar:mainfrom
techmannih:prisma
Open

add generate-types#3
techmannih wants to merge 4 commits into
seveibar:mainfrom
techmannih:prisma

Conversation

@techmannih
Copy link
Copy Markdown

@techmannih techmannih commented Jan 13, 2025

fixes #2
@algora-pbc /claim #2

Comment thread src/generate.ts
Comment thread src/generate.ts
import path from "path";
import { PGlite } from "@electric-sql/pglite";

class MockClient {
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
class MockClient {
class PgliteClient {

Copy link
Copy Markdown
Owner

@seveibar seveibar left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we need some kind of test so we know this works (I know this repo might be light on testing atm)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Use pglite so that postgres isn't required when generating types

3 participants