Gallery

deveeldb

deveeldb

DeveelDB Packages Feed

Build status Coverage Status Join the chat! https://gitter.im/deveel/deveeldb Slack Status

DeveelDB 2.0

NOTE: This version of the project is still under development. It is in fact a total rewrite since the original version of the project, that has been discontinued. The poor level of coverage, the architectural model, the limits of the parser, and other requirements made it impossible to maintain it. You can still find it as a branch of the project.

DeveelDB is a complete embeddable SQL-99 RDBMS for .NET/Mono frameworks. The system is designed around the standards ISO/ANSI and supports the following features:

  • ACID Transactions: BEGIN, COMMIT, ROLLBACK (Isolation Level Serializable)
  • Data Definition Language (DDL): CREATE/DROP SCHEMA, CREATE/DROP/ALTER TABLE
  • Data Manipulation Language (DML): SELECT FROM, INSERT INTO, DELETE FROM, UPDATE
  • User Management: GRANT/REVOKE statements
  • Support for structured variables (eg. DECLARE var INT(200) NOT NULL)
  • Procedures and functions: with the (current) limitation of the body defined into .NET classes
  • Cursors
  • ADO.NET native client
  • Direct Access: programmatically execute SQL statements (without ADO.NET client and text commands)

Although the core project is thought to be embedded in applications, the modular architecture allows extensions to other uses, such as providing databases through networks: an application is already included in the solution.

License

DeveelDB is released under the [Apache 2.0][http://www.apache.org/licenses/LICENSE-2.0] license. This is a very permissive licensing, that allows anyone to use the core library into commercial and non-commercial project. Other libraries (such as he GIS extension) are released under different licensing, due to commercial reasons or to dependencies from external tools.

Status and Issues

You can verify the current status of the application code by checking the project at AppVeyor Continuous Integration (access as "guest" user: you will find the direct link below the login form).

Please, report any issue or feature request to our Issue Tracker

Contributing

The project was started as a proof of concept long time ago (in 2003!), to implement the first SQL engine for .NET: for all this time the project has been developed and managed almost like an hobby by me (Antonello Provenzano), going in parallel with my regular jobs and studies, never gained much attention by the industry, but also not very well managed.

The new version of the project aims to restart everything from scratch, making it right (code coverage, regressions, management, etc.), with the goal to finally deliver something great to .NET developers. Unfortunately, as you can also see exploring the source code, the amound of work is quite important, and not always I can manage alone to make everything (architectural design, implementation, testing, commenting, etc.): I feel a bit lonely.

If you wish to contribute to the development of the code, but also to other areas of the project (eg. making a website, documenting the code, documenting the project, etc.), please get in touch with me, dropping an email to antonello at deveel dot org or joining the chat on Gitter!

Read more...

Connect to feed

By: Antonello Provenzano

Total download count: 4

Readonly