limadelic / datomicjs

js driver for datomic
MIT License
50 stars 5 forks source link

v0.1.0 references `lib/datomicjs` #3

Open mhfrantz opened 8 years ago

mhfrantz commented 8 years ago

In the most recently npm-published version of this module (v0.1.0), the package.json file points main to lib/datomicjs. However, the actual file name is lib/datomic.js. It seems to have been corrected in master, but not yet published to the NPM repo. I think that all is necessary is to run npm publish.

Is this a sign that this module is not widely used?

kristianmandrup commented 8 years ago

I think so, last updates where in 2012. But I'm about to use it ;)

https://github.com/kristianmandrup/feathers-datascript

I've started a new fork ;) You are most welcome to chip in!

There is also datascript made for javascript. Not sure if it can be used in Node.js and is persistable.

Also check out PossibleDB