simplesql
Project home
On Friday, May 18, the normal maintenance window (17:00 Pacific time) will be extended for data center maintenance until 23:00 Pacific. No extended down-time is planned, but brief delays and interruptions are possible throughout the period.
If you were registered and logged in, you could join this project.
Goals
-
To create a new jEdit plugin that provides features and functionality
the current SQL plugin does not.
-
To use a session based model, allowing for the use of some basic
JDBC features such as commit and rollback.
-
To provide a free open-source tool for accessing databases
Features
-
Execution selected text (SQL) or the entire jEdit buffer.
-
A "Report" pane that shows error messages, as well as information
regarding executing queries.
-
A "Result" pane that shows the result set of a query.
-
A toolbar that will allow the user to switch between databases and
provide quick buttons to important functionality.
-
An option pane to allow users to create new database connections as
well as new DataSource definitions.
-
A BeanShell variable for better
BeanShell integration.
-
A free open-source Java database (Axion).
-
I hope to also build in a "Navigator" pane that will allow users to
navigate a database, providing an interface to view schemas, tables
and column info.
Scope
Initially, this project will be developed as a plugin to jEdit, but
with the intention of being a standalone application as well.
Coding will be done from a standalone standpoint, but will use jEdit
as it's UI.
Related resources
- jEdit A programmers text editor
- Axion The Open Source Java Database