
- CHECK SQLEDITOR DRIVER
- CHECK SQLEDITOR FREE
Replace grid with something better to allow row selection, column selection etc. See postgres-manager.js for the most complete example.
Check out data-manager.js for what you need to implement.Looking at implementing support for your favorite DB?.I am slowing moving callbacks I control to Promises.It is written in ES6 using Babel (provided by Atom).
CHECK SQLEDITOR DRIVER
See the complete listing of node-mssql driver options available to you at. To connect to a named SQL Server instance use the format SERVER\INSTANCE to specify the server. To use Windows authentication, include the option domain=DOMAIN. Open the saved connections file for editing. Toggle the source of the query between the active editor content (or selection) and Data Atom's own query input. Launch the new connection dialog to add a new connection. Switch to use Data Atom's query input and focus to the keyboard there. Allows you to easily work with SQL files in the main editor or quickly execute queries while working in any file type. Toggle the source of the query to execute between the active editor content and Data Atom's own query editor. 'Data Atom: Toggle Query Source' or the button right of 'Execute' on the toolbar. Toggle the database details view, showing table, column, view, etc. ALT+ SHIFT+ D or the 'Data Atom: Toggle Details View' command. CMD+ ALT+ R (Mac), ALT+ SHIFT+ R (Windows, Linux) or the 'Data Atom: Toggle Results View' command. Only executes the selected text if there is any.
It will prompt if there is no current connection
Executes the current query source (see below) against the current connection. Save connections for easily connecting later. Check the execution time in the right of the status bar. View meta information (tables, columns, views, etc.) for the connected database. Easily change the database/connection to execute against. Autocomplete for table and column names. Separate results for each file/editor view. CHECK SQLEDITOR FREE
The plan is to build it out with more data management functionality.įeel free to open issues or make pull requests! It supports autocomplete and exploring database information (tables, columns, views, etc.). Data Atom allows you to write and execute queries against your favorite databases (PostgreSQL, MS SQL Server, MySQL) and visualize the results, all from within Atom.