Skip to content

Commit

Permalink
chore: comments
Browse files Browse the repository at this point in the history
  • Loading branch information
tmm committed Oct 25, 2023
1 parent b1c19ba commit c5b61da
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
auto-install-peers=false
enable-pre-post-scripts=true
# TODO: Enable once public
# provenance=true
strict-peer-dependencies=false
1 change: 1 addition & 0 deletions src/utils/codegen/getTypes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ export function getTypes(
) {
// TODO: Parse out enums (https://github.com/RobinBlomberg/kysely-codegen/blob/b749a677e6bfd7370559767e57e4c69746898f94/src/dialects/mysql/mysql-introspector.ts#L28-L46)
// TODO: Tests for different dialects, custom definitions, table metadata, etc.
// TODO: Test out against Postgres https://github.com/OpenPipe/OpenPipe/blob/409b1b536dbfd79f85551f936fd68409c36223e2/app/src/types/kysely-codegen.types.ts

// Get dialect node mapping
if (!dialect && !customDefinitions)
Expand Down

0 comments on commit c5b61da

Please sign in to comment.