GithubHelp home page GithubHelp logo

onebella's Introduction

OneBella

A modern cross-platform (Windows, MacOS and Linux) GUI tool for viewing and editing LiteDB 5+ databases

Quickstart Guide

  1. Select a database file. Click Connect

  1. Click the run button (top menu) or Press F5 to run the SQL query

Main Window

To open a new tab : Right click table --> open new tab

To toggle db connection : Right click the DB --> select connect or disconnect

onebella's People

Contributors

albannatechno avatar mbdavid avatar lbnascimento avatar namigop avatar kcsombrio avatar quicksln avatar a44281071 avatar dependabot[bot] avatar maratmuginov avatar

Stargazers

 avatar  avatar Qiao Wang avatar  avatar  avatar Silas Duarte avatar singha avatar Jan Kočvara avatar Arpad Barta avatar Carlos Amores avatar  avatar  avatar  avatar Chijun Sima avatar Basim Al-homaidi avatar Rodrigo T avatar  avatar  avatar Chung Ern Leong avatar  avatar  avatar  avatar Alexander Strogy avatar Tuan Hoang Anh avatar  avatar  avatar  avatar Arkadiusz Tymiński avatar Nghia Bui avatar ema avatar Banncan avatar  avatar Maik Hoffmann avatar  avatar  avatar Dominik Minta avatar  avatar BobH avatar  avatar  avatar  avatar  avatar Aruden avatar Pawel Kasperek avatar Márk Bartos avatar Ednilsom Montanhole avatar Josh M avatar  avatar PonyOny avatar LazuliKao avatar Mjollnir avatar Marco Papst avatar Apocalyptic avatar  avatar Per0na avatar Laurynas Lazauskas avatar  avatar Sebastien Pellizzari avatar YIN LEI avatar Konstantin Polishenkov avatar  avatar 5541502D504C543A584F524F58 avatar  avatar Clayton Kehoe avatar Will Vo avatar Alvin avatar 小白 avatar Sergey avatar  avatar lastlink avatar Tatyana avatar stdray avatar  avatar  avatar Daniel Olczyk avatar cz avatar Rustam avatar  avatar  avatar Russ avatar  avatar LancerComet avatar Scott Kuhl avatar Alex Troshkin avatar Goth ight avatar  avatar CodingNinja avatar Ivan Kozhin avatar  avatar Aleksei Melkor avatar Kieran Coldron avatar dmi3 avatar Mahmoud Ali avatar  avatar ONEO avatar  avatar Jun Ai, 艾均 avatar  avatar  avatar Kirill avatar

Watchers

Scott Scites avatar Viktor Svub avatar Justin Hachemeister avatar Tigran TIKSN Torosyan avatar Iván  avatar

onebella's Issues

need new feature

I hope to set a global FontFamily for OneBella so that it can display properly in non-English character environments. It would be great if there could be a configuration or language switch. Unfortunately, I am not very proficient in F#; I am more skilled in using C#. Otherwise, I would like to contribute.

OneBella crashing on query

I have an incredibly simple database that just contains one table called "Meta" into which I'm trying to place a version string like so:

using (var db = new LiteDatabase(dbPath))
{
    var meta = db.GetCollection<DatabaseMetaInfo>("meta");

    meta.Insert(new DatabaseMetaInfo()
    {
        Version = 1
    });
    
    meta.EnsureIndex(x => x.Version);
}

The definition for DatabaseMetaInfo is as follows:

public class DatabaseMetaInfo
{
    public int Version { get; set; }
}

Opening the database file with the default settings and attempting to run the default SELECT * FROM meta LIMIT 100 command OneBella crashes in BVal.fs::create trying to parse a BSON item with the key "_id"

I'm not sure if I constructed the database incorrectly but it looks pretty much the same as the example on LiteDB's documentation. I'm using the same version of LiteDB as OneBella is (5.0.15) and this repros on the release binary as well as latest from GitHub.

I'm creating and reading the database from an M1 Mac but I'm, hoping that doesn't matter.

Here's the database I'm trying to open, please let me know if there are any problems accessing it:
data_dev.db.zip

CPU usage

Constantly uses CPU even if you don't do anything.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.