Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Would SequelSphereDB (A JavaScript Relational Database) Work on Node.js?
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
John Fowler  
View profile  
 More options Oct 12 2012, 8:03 am
From: John Fowler <john.fowle...@gmail.com>
Date: Fri, 12 Oct 2012 05:03:05 -0700 (PDT)
Local: Fri, Oct 12 2012 8:03 am
Subject: Re: [nodejs] Would SequelSphereDB (A JavaScript Relational Database) Work on Node.js?

Ted:

One more excellent point you made that I forgot to confirm:  SequelSphere
<http://www.sequelsphere.com/>does allow users to write their own
persistence layer.  It also allows fairly simple and straight-forward
integration with all backend datastores (relationally or not) through the
use of JSON.  That is, the database can easily import tables and their data
from JSON objects, and it can export data as JSON objects (from a result of
a SQL query).

There are also low-level SequelSphere APIs (as-of yet undocumented) for
allowing other client-side classes or storage mechanisms to be tables that
participate in queries.  As such, many of the RIA frameworks that provide
their own persistence layers could actually have their data queried via
SQL.  SequelSphere is in the process over the next several months of
creating some of these "connectors" to allow close bindings between RIA
frameworks.

Anyways, this isn't strictly Node.js stuff, so I'll shutup about it.

On this forum, I'm much more interested in how SequelSphere could be used
effectively on Node.js.  Since no "native" code is required, would it allow
cloud-based databases to be easier to migrate and propogate?  

Please provide any comments or ideas you have...

Thanks,

john...

On Thursday, October 11, 2012 3:02:33 PM UTC-5, tedsuo wrote:

>   A better solution would be to allow users to write their own persistence
> layer, and provide adapters for all the mainstream db's.

> Ted


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.