Litedb: Is it will support LINQPad?

Created on 18 Apr 2015  Â·  12Comments  Â·  Source: mbdavid/LiteDB

like it's data context driver

suggestion

Most helpful comment

I've developped a LinqPad driver for LiteDB 3.0:
https://github.com/adospace/litedbpad

Pls check it out

BTW LiteDB is awesome!

All 12 comments

Hi @wellxion, I never used LINQPad, but reading about It needs a special driver context to works.

At this point, LiteDB supports only simple find Linq expressions and no IQueryable implementations. In future, I want implement more complex query results and them LINQPad can be a good tool for LiteDB.

LINQPad is a powerful and convenient tool, I think LINQPad might be a nice tool to support LiteDB.
By the way, LiteDB is the best what I needed. Hope It can be better. :D

Aha,this is a really good idea.
Except the command console ,seems there is no gui tools to manager LiteDB (just like pl/sql MongoVUE)
LINQPad may be a good choice .

:+1: for a LINQPad driver - would be awesome to have!

Not sure if it helps any, but I noticed there's already a driver for a very similar (AFAICT) project FileDB @ http://www.eztools-software.com/tools/FileDb/linqpad.asp

That driver appears be available to use under Apache 2.0 from https://code.google.com/p/filedb-database/source/browse/trunk/Src/LinqPad+Driver?r=21#LinqPad%20Driver%2FSrc so maybe it's

I realize that's not the same FileDB project @mbdavid had done @ http://filedb.codeplex.com/ so apologies for any confusion caused by this.

In case it helps any, I exported the filedb-database project from google code to github so you can clone it a little easier:

https://github.com/jamesmanning/filedb-database/tree/master/Src/LinqPad%20Driver/Src

Since LiteDB tries to follow MongoDB (AFAICT), a better starting point might be a MongoDB driver for LINQPad

https://mongolp.codeplex.com/

Underneath it uses https://github.com/craiggwilson/fluent-mongo

For completeness the page for the LINQPad extensibility model (linked from the drivers dialog in LINQPad)

http://www.linqpad.net/Extensibility.aspx

+1 for LinqPad support!
I've used LinqPad a lot and being able to use LiteDB + LinqPad would be awesome! :)

+1 for LinqPad
its awasome

I've developped a LinqPad driver for LiteDB 3.0:
https://github.com/adospace/litedbpad

Pls check it out

BTW LiteDB is awesome!

@adospace that's great, thank you!

@adospace Excellent job!

Nice one! Thanks! I'm adding you project as reference in README.

@adospace any tutorial or sample using litedbpad?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

kuiperzone picture kuiperzone  Â·  4Comments

LiamKenneth picture LiamKenneth  Â·  3Comments

furesoft picture furesoft  Â·  4Comments

darcome picture darcome  Â·  3Comments

muhamad picture muhamad  Â·  3Comments