Coder Social home page Coder Social logo

uchuugaka / arangoexec Goto Github PK

View Code? Open in Web Editor NEW

This project forked from jjchiw/arangoexec

0.0 1.0 0.0 149 KB

Run Aql Queries (Arangodb) commands in Sublime Text.

Home Page: https://packagecontrol.io/packages/ArangoExec

License: MIT License

JavaScript 64.69% Python 35.31%

arangoexec's Introduction

ArangoExec

A Plugin for running Aql Queries commands in Sublime Text.

Usage:


{ "keys": ["ctrl+e", "ctrl+enter"], "command": "arango_exec" },
{ "keys": ["ctrl+y", "ctrl+enter"], "command": "arango_explain" },
{ "keys": ["ctrl+alt+y"], "command": "arango_list_connection" }

How to Install

Package Control (Recommended)

  1. Package Control: Install Package ArangoExec
  2. Restart Sublime Text

Git

  1. Clone to your packages folder git clone [email protected]:jjchiw/ArangoExec.git
  2. Restart Sublime Text

Configuration


Settings

'Preferences' -> 'Package Settings' -> 'ArangoExec'

{
    "connections": {
    	"someConnection" : {
    		"host"    : "127.0.0.1",
			"port"    : 8529,
			"username": "user",
			"password": "password",
			"database": "super_graphs"
    	},
    	"TestStress" : {
    		"host"    : "127.0.0.1",
			"port"    : 8529,
			"username": "user",
			"password": "password",
			"database": "test_stress"
    	}
    }
}

TODO


  • Use credentials
  • Function Intellisense (autocompletion)
  • Collections, Edges intellisense
  • I know there are more things, but I'm not really sure right now what else :)

Inspired and Based on SQLExec & SublimeHttpRequester

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.