Rename and release under jsiqle/core
Chalarangelo opened this issue · 1 comments
Chalarangelo commented
jedql
is not a great name. @jsiqle
is the org created for this on npm. Publishing multiple packages is a good path forward:
@jsiqle/core
: This repo, concerned only with handling the in-memory stuff@jsiqle/fs
: A new repo, concerned with the filesystem sync etc
New plugins will be added if necessary in future iterations and should plug and play into the schema infrastructure (e.g. an Express server exposing a query REST interface or such).
Chalarangelo commented
Update: It's very likely that the @jsiqle/fs
module will not be releasing any time soon. At this pace, we're bundling so many features into the @jsiqle/core
package that we can completely drop the idea of multiple packages and start advertising as batteries included.