Skip to content
/ ttsi Public

simple tool for generate sql-in content from texts

Notifications You must be signed in to change notification settings

WindOfNet/ttsi

Repository files navigation

texts-to-sql-in

把多行文字加上單引號與逗號, 變成可以貼到 SQL IN 裡的懶惰簡單工具

使用

> npm install -g texts-to-sql-in
> ttsi

example

> ttsi
ooo
xxx
=> 'ooo', 'xxx'

About

simple tool for generate sql-in content from texts

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published