coresmart / persistencejs

persistence.js is an asynchronous Javascript database mapper library. You can use it in the browser, as well on the server (and you can share data models between them).
http://persistencejs.org
1.73k stars 240 forks source link

bower install dont download persistence.store.cordovasql.js #148

Open ndesorden opened 10 years ago

ndesorden commented 10 years ago

Hi,

trying to use your great lib with cordova sqlite plugin i've realized that persistence.store.cordovasql.js isnt downloaded to folder. I'd to do it manually.

Thanks!

romgar commented 10 years ago

It seems that v0.3.0 (released on Jan 6) is installed by bower, and cordova sqlite plugin integration has been committed on Mar 21...

TheCodeDestroyer commented 10 years ago

So when is the update?

romgar commented 10 years ago

This project is no more actively maintained... You can contact main committer, but I think he was looking for successors :)

TheCodeDestroyer commented 10 years ago

Well that sucks...

zefhemel commented 10 years ago

The project has recently been transferred to coresmart (see GitHub URL). He should respond to enquiries. — Zef

Sent from my iPhone

On Fri, Jun 20, 2014 at 1:11 PM, The Code Destroyer notifications@github.com wrote:

Well that sucks...

Reply to this email directly or view it on GitHub: https://github.com/coresmart/persistencejs/issues/148#issuecomment-46667791

TheCodeDestroyer commented 10 years ago

So will the guy become active after 2 years?

kentr commented 8 years ago

@ndesorden:

Install with the GitHub URL and branch / commit, like this:

bower install https://github.com/coresmart/persistencejs.git#f692c4e --save --save-exact

or

bower install https://github.com/coresmart/persistencejs.git#master --save --save-exact
ndesorden commented 8 years ago

@kentr

Thanks!