Skip to content
View parris's full-sized avatar
  • HighlightAI
  • San Francisco

Highlights

  • Pro

Block or report parris

Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. deca-inc/jot deca-inc/jot Public

    TypeScript 9 1

  2. migrationTypes.ts migrationTypes.ts
    1
    import postgres from 'postgres';
    2
    
                  
    3
    export type MigrationRunner = (sql: postgres.TransactionSql<{}>) => Promise<void>;
    4
    
                  
    5
    export interface MigrationModule {