xenoinc / SQLiteAdmin

SQLite Administrator. A query editor first approach! Written in C# and open source.
https://www.xenoinc.com
GNU General Public License v3.0
7 stars 3 forks source link
sqlite sqlite-engine wpf xeno-innovations xenoinc

SQLite Admin

Copyright 2017-2019 (C) Xeno Innovations, Inc.

WARNING: Prototype in progress!

SQLite Admin is a lightweight management studio for SQLite databases, powered by .NET.

The long-term goal is to be able to manage a DB's tables, edit views, merge DBs, encrypt (ADO.NET), etc. . This is a complete rework of XI's internal project started back on 2011-06-17.

Project Status

Currently a work in progress to provide a simple SQLite management studio.

Milestones

1: Basic editor

Single database instance SQL syntax editor with executions. Start with SQLite engine, System.Data.Sqlite.

2: Object Explorer

Simple DB object explorer to display: tables, views, etc.

3: Solutions

Save project as solutions to be more IDE like.

Ungroomed Features

Source Code

The main project resides in the src folder.

Great admin tools come with great editors, which is why we're using AvalonEdit. The current hurdle is that this framework (using WinForms) is not easily testable which is why I'd like to move to an MVVM approach written in C#. Since AvalonEdit is written using WPF, this may be our natural progression.

Main Code and Test Benches

Syntax Highlighting

Our current editor is AvalonEdit.

Other editors considered:

Editor Framework Notes
ScintillaNET WinForms
RoslynPad GitHub WPF Port of AvalonEdit
AvaloniaEdit Avalonia Port of AvalonEdit