sparkservicewrapper
v1.0.1
Published
A Node.js wrapper for Spark SQL API
Readme
SparkServiceWrapper
A lightweight Node.js wrapper for the Spark SQL API, allowing you to interact with your Spark SQL database easily using JavaScript. Supports CRUD operations, table creation, and custom SQL queries.
NOT COMPLETE YET
Features
- Create tables
- Insert, update, delete rows
- Select rows with optional conditions
- Safe handling of strings (escaping quotes)
- Easy integration with any Node.js project
Installation
npm install sparkservicewrapper