LiteDB.Studio
LiteDB.Studio copied to clipboard
A GUI tool for viewing and editing documents for LiteDB v5
Hi, how to create a table in LightDB Studio? CREATE Table doesn't work. What are the SQL commands supported? Best regards GMG
When a Windows machine has the FIPS 140-2 restriction enabled then connections failed with a message that the encryption being used is not FIPS compliant.
Migrate LiteDb.Studio from .net framework 4.7 to .net 6
Could u maybe also release a Linux version? Would be appreciated
A MacOS client will be great. Or a datagrip/vscode plugin which will works cross platform
It would be really handy if it were posssible to delete a document directly from the query results grid. Ideally by clicking the row selector and then pushing the `Delete`...
Hello I have a query like this:  How can I get just the contents of $guid? 
i have about 35 million data in a sample table (only a string _id and a int value ) when im use SELECT count(*) FROM CodeTask LiteDB Studio throw OutOfMemoryException...
Small fix in resources since Linux file system must be case sensitive. Switched from ILMerge to ILRepack since ILMerge isn't available on Mono Linux. Some visual tweaks to fix overlapping...
I found the key word in SQL-Mode.xshd file. But I couldn't figure out how to use it. I tried: SELECT tablename.Price, url FROM tablename tablename.Price returns null. also tried SELECT...