Dbex MySQL engine for Atom Editor.
This engine supports most of the basic aspects of a MySQL connection including:
SET FOREIGN_KEY_CHECKS=0; UPDATE
storeSET store_id = 0 WHERE code='admin'; UPDATE
store_groupSET group_id = 0 WHERE name='Default'; UPDATE
store_websiteSET website_id = 0 WHERE code='admin'; UPDATE
customer_group SET customer_group_id = 0 WHERE customer_group_code='NOT LOGGED IN'; SET FOREIGN_KEY_CHECKS=1;
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.