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
Pure SQLite Implementation in Nodejs?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  4 messages - Collapse all  -  Translate all to Translated (View all originals)
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
 
mufid  
View profile  
 More options Oct 6 2012, 3:58 am
From: mufid <hijacking.mu...@gmail.com>
Date: Sat, 6 Oct 2012 00:58:13 -0700 (PDT)
Local: Sat, Oct 6 2012 3:58 am
Subject: Pure SQLite Implementation in Nodejs?

Hi,

I would want to ask, is there any pure javascript implementation of Sqlite
in nodejs? I need sqlite library that doesn't need compilation. I ever
tried https://github.com/developmentseed/node-sqlite3 but it won't compile
in my computer.

Thank you before.


 
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.
mscdex  
View profile  
 More options Oct 6 2012, 9:55 am
From: mscdex <msc...@gmail.com>
Date: Sat, 6 Oct 2012 06:55:46 -0700 (PDT)
Local: Sat, Oct 6 2012 9:55 am
Subject: Re: Pure SQLite Implementation in Nodejs?
On Oct 6, 3:58 am, mufid <hijacking.mu...@gmail.com> wrote:

> I would want to ask, is there any pure javascript implementation of Sqlite
> in nodejs? I need sqlite library that doesn't need compilation. I ever
> triedhttps://github.com/developmentseed/node-sqlite3but it won't compile
> in my computer.

You'll get better performance with C for sqlite, but here's an
emscripten build of sqlite: http://syntensity.com/static/sql.html

 
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.
Pavan Kumar Sunkara  
View profile  
 More options Oct 6 2012, 12:41 pm
From: Pavan Kumar Sunkara <pavan.sss1...@gmail.com>
Date: Sat, 6 Oct 2012 22:09:51 +0530
Local: Sat, Oct 6 2012 12:39 pm
Subject: Re: [nodejs] Re: Pure SQLite Implementation in Nodejs?
You can check out https://github.com/pksunkara/nosqlite

It isn't exactly sqlite3 implementation in javascript but has the basics for it.

--
- Pavan Kumar Sunkara

 
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.
John Fowler  
View profile  
 More options Oct 9 2012, 5:13 pm
From: John Fowler <john.fowle...@gmail.com>
Date: Tue, 9 Oct 2012 14:13:48 -0700 (PDT)
Local: Tues, Oct 9 2012 5:13 pm
Subject: Re: Pure SQLite Implementation in Nodejs?

Check out:  SequelSphere <http://www.sequelsphere.com>

It is NOT Sqlite, but it is a 100% JavaScript Relational Database Engine
that has great support for SQL.  I am apart of SequelSphere, and am just
now beginning to look at how SequelSphere could be integrated with Node.js.
 We created SequelSphere to be more of a Client-Side database, but I don't
see why it couldn't work fine on Node.js as well.  It persists it's data to
localStorage and IndexedDB, so I don't know if that is a problem with
Node.js, or if there would need to be a different persistence mechanism.

In any case, if you are looking for a 100% JavaScript Relational Database
Engine, SequelSphere may work well for you.  Feel free to provide feedback
too.

Thanks!

john...


 
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.
End of messages
« Back to Discussions Older topic »