Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Ff00ff/mammoth
/ types & classes
Types & classes
127 in github.com/Ff00ff/mammoth
⨍
Functions
448
◇
Types & classes
127
Class
workspaces/mammoth/src/data-types.ts:51
Class
workspaces/mammoth/src/sql-functions.ts:36
Class
workspaces/mammoth/src/column.ts:137
Class
workspaces/mammoth/src/column.ts:182
Class
workspaces/mammoth/src/expression.ts:285
Class
workspaces/mammoth/src/expression.ts:678
Class
workspaces/mammoth/src/update.ts:20
Class
workspaces/mammoth/src/select.ts:165
Class
workspaces/mammoth/src/query.ts:28
Class
workspaces/mammoth/src/insert.ts:26
Class
workspaces/mammoth/src/delete.ts:33
Class
workspaces/mammoth/src/case.ts:7
Class
workspaces/mammoth/src/table.ts:19
Class
workspaces/mammoth/src/types.ts:16
Class
workspaces/mammoth/src/__checks__/custom-data-types.check.ts:31
Class
workspaces/mammoth/src/tokens/string-token.ts:3
Class
workspaces/mammoth/src/tokens/table-star-token.ts:8
Class
workspaces/mammoth/src/tokens/group-token.ts:3
Class
workspaces/mammoth/src/tokens/empty-token.ts:3
Class
workspaces/mammoth/src/tokens/all-star-token.ts:8
Class
workspaces/mammoth/src/tokens/collection-token.ts:5
Class
workspaces/mammoth/src/tokens/parameter-token.ts:3
Class
workspaces/mammoth/src/tokens/separator-token.ts:7
Class
workspaces/mammoth/src/tokens/token.ts:4
Class
workspaces/mammoth/src/tokens/table-token.ts:6
Class
workspaces/mammoth-cli/src/commands/next.ts:13
Class
workspaces/mammoth-cli/src/commands/migrate.ts:10
Class
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:409
Class
AllStarToken
workspaces/mammoth/src/tokens/all-star-token.ts:8
Interface
AlterEnumStmt
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:305
Interface
AlterTableAddColumnCmd
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:203
Interface
AlterTableAddConstraintCmd
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:240
Interface
AlterTableAlterColumnAlterDefaultCmd
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:213
Interface
AlterTableAlterColumnDropNotNullCmd
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:222
Interface
AlterTableAlterColumnSetDataTypeCmd
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:226
Interface
AlterTableAlterColumnSetNotNullCmd
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:218
Interface
AlterTableDropColumnCmd
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:209
Interface
AlterTableDropConstraintCmd
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:247
Interface
AlterTableStmt
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:283
Interface
AppliedMigration
workspaces/mammoth-cli/src/services/database.ts:3
Interface
BooleanExpression
workspaces/mammoth/src/expression.ts:191
Class
CaseStatement
workspaces/mammoth/src/case.ts:7
Interface
CheckConstraint
workspaces/mammoth/src/ddl.ts:316
Class
CollectionToken
workspaces/mammoth/src/tokens/collection-token.ts:5
Interface
Column
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:340
Interface
ColumnDefinition
workspaces/mammoth/src/column.ts:22
Interface
ColumnDefinitionFormat
workspaces/mammoth/src/column.ts:9
Interface
ColumnDefinitionFormat
workspaces/mammoth-cli/src/services/db.ts:2
Interface
ColumnRefExpression
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:91
Class
ColumnSet
workspaces/mammoth/src/column.ts:137
Interface
ConstExpression
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:85
Interface
CreateEnumStmt
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:300
Interface
CreateStmt
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:191
Class
DataDefinitionLanguageSimulator
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:409
Interface
Db
workspaces/mammoth-cli/src/services/db.ts:14
Interface
DbConfig
workspaces/mammoth/src/config.ts:20
Interface
DefaultDbConfig
workspaces/mammoth/src/config.ts:3
Class
DeleteQuery
workspaces/mammoth/src/delete.ts:33
Interface
Deps
workspaces/mammoth-cli/src/services/migrate.ts:9
Interface
DropStmt
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:197
Class
EmptyToken
workspaces/mammoth/src/tokens/empty-token.ts:3
Interface
EnumType
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:400
Interface
ForeignKeyConstraint
workspaces/mammoth/src/ddl.ts:334
Interface
FuncCallExpression
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:78
Class
GroupToken
workspaces/mammoth/src/tokens/group-token.ts:3
Interface
InsertIntoResult
workspaces/mammoth/src/insert.ts:509
Class
InsertQuery
workspaces/mammoth/src/insert.ts:26
Interface
IntegerSqlValue
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:15
Class
InternalColumn
workspaces/mammoth/src/column.ts:182
Interface
InternalColumnConfig
workspaces/mammoth/src/ddl.ts:431
Class
InternalDefaultExpression
workspaces/mammoth/src/expression.ts:678
Class
InternalExpression
workspaces/mammoth/src/expression.ts:285
Interface
InternalTable
workspaces/mammoth/src/TableType.ts:9
Class
InternalUuid
workspaces/mammoth/src/data-types.ts:51
Interface
LeftRightExpression
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:97
Interface
LocalMigration
workspaces/mammoth-cli/src/services/file-system.ts:4
Class
Maybe
workspaces/mammoth/src/types.ts:16
Class
MigrateCommand
workspaces/mammoth-cli/src/commands/migrate.ts:10
Interface
MigrateFn
workspaces/mammoth-cli/src/services/migrate.ts:15
Interface
MyConfig
workspaces/mammoth/src/__checks__/custom-data-types.check.ts:33
Class
MyType
workspaces/mammoth/src/__checks__/custom-data-types.check.ts:31
Class
NextCommand
workspaces/mammoth-cli/src/commands/next.ts:13
Interface
NumberExpression
workspaces/mammoth/src/expression.ts:123
Class
ParameterToken
workspaces/mammoth/src/tokens/parameter-token.ts:3
Interface
PrimaryKeyConstraint
workspaces/mammoth/src/ddl.ts:322
Interface
Query
workspaces/mammoth-cli/src/services/create-sql.ts:88
Interface
RawExpression
workspaces/mammoth/src/expression.ts:231
Interface
RelationClause
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:3
Interface
RenameColumnStmt
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:272
Interface
RenameTableStmt
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:262
Interface
Result
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:332
Interface
SelectFn
workspaces/mammoth/src/SelectFn.ts:70
Class
SelectQuery
workspaces/mammoth/src/select.ts:165
Class
SeparatorToken
workspaces/mammoth/src/tokens/separator-token.ts:7
Interface
SharedColumn
workspaces/mammoth/src/column.ts:146
Interface
SharedExpression
workspaces/mammoth/src/expression.ts:26
Interface
Spinner
workspaces/mammoth-cli/src/services/fancy-output.ts:6
Class
Star
workspaces/mammoth/src/sql-functions.ts:36
Interface
State
workspaces/mammoth/src/tokens/token.ts:8
Interface
StringSqlValue
workspaces/mammoth-cli/src/services/data-definition-language-simulator.ts:9
next →
1–100 of 127, ranked by callers