Hi Alltogether
Accessing of OrientDB from Ruby is a little bit simpler.
A Gem of ActiveOrient is published on rubygems.
To use it, only a few lines of codes are required
require 'bundler/setup'
require 'active-orient'
ActiveOrient::OrientDB.default_server = { user: 'xx', password: '***' }
r = ActiveOrient::OrientDB.new database: 'First'
=> I, [2015-08-18T09:49:18.858758 #88831] INFO -- OrientDB#Connect:
Connected to database First
=> #<ActiveOrient::OrientDB:0x000000048d0488
@res=#<RestClient::Resource:0x00000004927288
@url="http://localhost:2480", @block=nil,
@options={:user=>"xx", :password=>"***"}>, @database="First",
@classes=[]>
r.open_class 'my_first_orient_class'
Status of the Project is changed from pre-alpha to pre-beta
On Tuesday, June 30, 2015 at 2:27:20 PM UTC+2, hartmut bischoff wrote:
>
> Hi alltogether
>
> because the small project pretty much goes the ORM-Way, I renamed it to
>
> ActiveOrient
>
>
> https://github.com/topofocus/active-orient
>
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.