Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TypeORM Log Transformer

A VS Code extension for transforming TypeORM logs.

Features

  • Transform TypeORM logs for better readability
  • Format SQL queries with proper indentation
  • Convert log output to human-readable format

Installation

  1. Install From Marketplace: TypeORM Log Transformer
  2. Add Shortcut for easy use
    • Open keybindings.json in VS Code
    • Add the following keybinding:
{
  "key": "ctrl+shift+t",
  "command": "typeorm.transformFromClipboard"
},
{
  "key": "ctrl+shift+alt+t",
  "command": "typeorm.transform",
  "when": "editorTextFocus"
}

Usage

  1. Select TypeORM log text in your editor
  2. Copy the selected text to clipboard
  3. Use the shortcut (Ctrl+Shift+T) to transform the log
  4. Paste the transformed log into your SQL runner or editor

Development

  • npm run build - Compile TypeScript to JavaScript

License

MIT

About

No description, website, or topics provided.

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages