Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

webapi-active-query-builder

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

webapi-active-query-builder

  • 1.1.8
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

webapi-active-query-builder

WebApiActivequerybuilder - the Ruby gem for the QueryBuilderApi

Active Query Builder Web API lets create, analyze and modify SQL queries for different database servers using RESTful HTTP requests to a cloud-based service. It requires SQL execution context (information about database schema and used database server) to be stored under the registered account at https://webapi.activequerybuilder.com/.

Getting Started

Please follow the installation procedure and then run the following code:

# Load the gem
require 'webapi-active-query-builder'

api_instance = WebApiActivequerybuilder::ActiveQueryBuilderApi.new

query = WebApiActivequerybuilder::SqlQuery.new # SqlQuery | Information about SQL query and it's context.


begin
  result = api_instance.get_query_columns_post(query)
  p result
rescue WebApiActivequerybuilder::ApiError => e
  puts "Exception when calling ActiveQueryBuilderApi->get_query_columns_post: #{e}"
end

Documentation for API Endpoints

All URIs are relative to https://webapi.activequerybuilder.com

ClassMethodHTTP requestDescription
WebApiActivequerybuilder::ActiveQueryBuilderApiget_query_columns_postPOST /getQueryColumns
WebApiActivequerybuilder::ActiveQueryBuilderApitransform_sql_postPOST /transformSQL

Documentation for Models

Documentation for Authorization

All endpoints do not require authorization.

Source code

Full source code of all clients for Active Query Builder Web API is available on GitHub. Get the source code of javascript here: https://github.com/ActiveDbSoft/webapi-active-query-builder-ruby

FAQs

Package last updated on 25 Nov 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc