Skip to content

Instantly share code, notes, and snippets.

View Seayon's full-sized avatar
🎯
Focusing

Seayon

🎯
Focusing
  • 上海
View GitHub Profile
@Seayon
Seayon / py-gitignore
Created July 25, 2024 14:52 — forked from MOOOWOOO/py-gitignore
python pycharm gitignore
# Created by .ignore support plugin (hsz.mobi)
### Python template
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class
# C extensions
*.so
@Seayon
Seayon / My-IN.sql.groovy
Last active May 4, 2023 07:27
Custom My-IN SQL Export Script for DataGrip
/*
* Available context bindings:
* COLUMNS List<DataColumn>
* ROWS Iterable<DataRow>
* OUT { append() }
* FORMATTER { format(row, col); formatValue(Object, col); getTypeName(Object, col); isStringLiteral(Object, col); }
* TRANSPOSED Boolean
* plus ALL_COLUMNS, TABLE, DIALECT
*
* where: