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

atom-dbex-mysql

A dbex engine implementation to handle MySQL
  • #dbex
  • #engine
  • #database
  • #mysql
  • #sql
marcelkohl
1.0.4 759
1
  • Repo
  • Bugs
  • Versions
  • License
Flag as spam or malicious

Maintenance Generic badge GPLv3 license Ask Me Anything !

atom-dbex-mysql

Dbex MySQL engine for Atom Editor.

This engine supports most of the basic aspects of a MySQL connection including:

  • Listing schemas, tables, views, functions, procedures and table triggers
  • Distintion about Primary/Foreign keys, and normal fields;
  • Double click on Table and Views shows a limited query;
  • Actions to show structures for tables, views, functions, procedures and table triggers;

Dbex MySQL engine for Atom Editor

TODO

  • install MySQL language support if not installed;
  • cover "DELIMITER" on queries;
  • multiple lines are not working
    • example: SET FOREIGN_KEY_CHECKS=0; UPDATE storeSET store_id = 0 WHERE code='admin'; UPDATEstore_groupSET group_id = 0 WHERE name='Default'; UPDATEstore_websiteSET website_id = 0 WHERE code='admin'; UPDATEcustomer_group SET customer_group_id = 0 WHERE customer_group_code='NOT LOGGED IN'; SET FOREIGN_KEY_CHECKS=1;
  • implement ssl connection
  • export/import data/structure (dump/restore)

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