• Packages
  • Themes
  • Documentation
  • Blog
  • Discussions
Sign in

atom-sql-list

Various SQL related text and list processing commands.
caglartoklu
0.3.1 3,769
4
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

atom-sql-list

Various SQL related text and list processing commands. Separate block selection is supported.

sql-list-1

Usage

The following commands can be accessed via Command Palette:

Quote Each Line

Quotes each selected line with a single quote ' . This command minds the single quote ' characters and escapes them. That is, My friend's computer becomes 'My friend''s computer'.

Unquote Each Line

Remove single quote from selected lines. This command minds the single quote ' characters and de-escapes them. That is, 'My friend''s computer' becomes My friend's computer.

Comment Each Line

Comments selected lines with -- characters.

Uncomment Each Line

Removes leading -- characters from selected lines.

Add Leading Commas

Adds leading comma , to the selected lines.

Remove Leading Commas

Removes leading comma , from the selected lines, if exists.

Add Trailing Commas

Adds trailing comma , to the selected lines.

Remove Trailing Commas

Removes trailing comma , from the selected lines, if exists.

Installation

apm install atom-sql-list

Settings

None, at least for now.

Key Bindings

None, at least for now.

Changelog

See the CHANGELOG.md file.

License

MIT, see the LICENSE.md file.

I think this package is bad news.

Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.

  • Terms of Use
  • Privacy
  • Code of Conduct
  • Releases
  • FAQ
  • Contact
with by