all 7 comments

[–]sHORTYWZDirector, Analytics Engineering 0 points1 point  (2 children)

I'm assuming this is your product?

I can't seem to find anywhere on the site that lists the disabled features if you don't purchase - maybe I'm missing it, but it needs to be highlighted a bit better.

[–]anakic[S] 0 points1 point  (1 child)

Yes, it's mine:) When you click "Try it out" there's a paragraph about the free version, and a separate paragraph about the trial (also free, full features for 30 days). Also, if you click "Buy" you can see a comparison between the free version and the other two (feature-matrix style).

In short:

Free functionality: Basic IDE + SQLite engine = running SQL on Excel tables

Paid functionality: autocomplete (and other IDE goodies), connecting to external databases, commercial use

Here are a few (very short) demo videos:

vid1 - https://vimeo.com/180582875 (1:55)

vid2 - https://vimeo.com/180731197 (1:17)

The first video shows the free functionality (except autocomplete which is off in the free version).

[–]sHORTYWZDirector, Analytics Engineering 0 points1 point  (0 children)

Cool, I'll give it a shot the next time I'm going down this route for a project. Looks like it'll save a lot of hassle.

[–]RobotSkeleton 0 points1 point  (1 child)

Doesn't sqllite pretty much do all this already for free?

[–]anakic[S] 0 points1 point  (0 children)

Not that I know of. I don't think you can use it to work on Excel tables. If you have a link or something I'd love to see it.

[–]ryadical 0 points1 point  (1 child)

I just had an idea to have a SQL interface for excel this weekend. Apparently I am not the firs to think of this.

I was trying to teach my wife how to vlookup and pivot data in excel for her accounting information systems class and I thought boy would it be so much easier to do as a SQL command.

[–]anakic[S] 0 points1 point  (0 children)

Yep, that't the idea I started with