Project

easydb_io

0.0
No commit activity in last 3 years
No release in over 3 years
An ephemeral database provider
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.0
~> 10.0

Runtime

~> 0.17.0
 Project Readme

EasyDB

EasyDB is a 1-click ephemeral database provider. Create a database at easydb.io

Installation

Add this line to your application's Gemfile:

gem 'easydb_io'

And then execute:

$ bundle

Or install it yourself as:

$ gem install easydb_io

Usage

require 'easydb_io'

# Initialize your database
db = EasydbIo::EasyDB.new('YOUR_DB_ID', 'YOUR_DB_TOKEN')

db.put('hello', {look: 'at all this data'})
db.get('hello')
db.list
db.delete('hello') 

Development

After checking out the repo, run bin/setup to install dependencies. You can also run bin/console for an interactive prompt that will allow you to experiment.

To install this gem onto your local machine, run bundle exec rake install.

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/easydb-io/Ruby-Client.