PerryRaleigh / vscode-db2i

Db2 for IBM i Tools for VS Code

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vscode-db2i

Db2 for IBM i tools is a reimplementation of the Schemas tool inside of Access Client Solutions. There is a lot to do so it will not likely be on the Marketplace any time soon.

Want to help?

See the Projects tab to see our progress and what you could work on.

Contribution notes

  • Each object type in the tree list has a Defintion View (by clicking on the object). Each Definition View exists in it's own folder. For example the table definition exists at ./src/panels/table. This means other types will get their own folder for their Definition View. Views might be ./src/panels/view and procedures might be ./src/panels/procedure.
  • Each object type has a class in the ./src/database folder. For example, the table Definition View has the class ./src/database/table.js which has all the methods needed to fetch information for that view. You may also add other static methods which could be used for commands specific to the table. Other objects would also get their own class.

Building from source

  1. This project requires VS Code and Node.js.
  2. fork & clone repo
  3. npm i
  4. 'Run Extension' from vscode debug.

About

Db2 for IBM i Tools for VS Code

License:MIT License


Languages

Language:JavaScript 100.0%