All Projects β†’ deveel β†’ Deveeldb

deveel / Deveeldb

DeveelDB is a complete SQL database system, primarly developed for .NET/Mono frameworks

Programming Languages

csharp
926 projects

Projects that are alternatives of or similar to Deveeldb

Reporting Services Examples
πŸ“• Various example reports I use for SQL Server Reporting Services (SSRS) as well as documents for unit testing, requirements and a style guide template.
Stars: ✭ 63 (-21.25%)
Mutual labels:  sql, sql-query, database
Tableqa
AI Tool for querying natural language on tabular data.
Stars: ✭ 109 (+36.25%)
Mutual labels:  sql, sql-query, database
Slowpoke
Low-level key/value store in pure Go.
Stars: ✭ 98 (+22.5%)
Mutual labels:  database, engine, embedded
Querybuilder
SQL query builder, written in c#, helps you build complex queries easily, supports SqlServer, MySql, PostgreSql, Oracle, Sqlite and Firebird
Stars: ✭ 2,111 (+2538.75%)
Mutual labels:  sql, sql-query, database
Locopy
locopy: Loading/Unloading to Redshift and Snowflake using Python.
Stars: ✭ 73 (-8.75%)
Mutual labels:  sql, database, data
Goqu
SQL builder and query library for golang
Stars: ✭ 984 (+1130%)
Mutual labels:  sql, sql-query, database
Postguard
πŸ› Statically validate Postgres SQL queries in JS / TS code and derive schemas.
Stars: ✭ 104 (+30%)
Mutual labels:  sql, sql-query, database
Dataux
Federated mysql compatible proxy to elasticsearch, mongo, cassandra, big-table, google datastore
Stars: ✭ 268 (+235%)
Mutual labels:  sql, sql-query, database
Jet
Type safe SQL builder with code generation and automatic query result data mapping
Stars: ✭ 373 (+366.25%)
Mutual labels:  sql, sql-query, database
Jooq
jOOQ is the best way to write SQL in Java
Stars: ✭ 4,695 (+5768.75%)
Mutual labels:  sql, sql-query, database
Squid
πŸ¦‘ Provides SQL tagged template strings and schema definition functions.
Stars: ✭ 57 (-28.75%)
Mutual labels:  sql, sql-query, database
Pypika
PyPika is a python SQL query builder that exposes the full richness of the SQL language using a syntax that reflects the resulting query. PyPika excels at all sorts of SQL queries but is especially useful for data analysis.
Stars: ✭ 1,111 (+1288.75%)
Mutual labels:  sql, data
Event Management
helps to register an users for on events conducted in college fests with simple logic with secured way
Stars: ✭ 65 (-18.75%)
Mutual labels:  sql, database
Ahwen
A simple SQL database
Stars: ✭ 66 (-17.5%)
Mutual labels:  sql, database
Ue4linuxlauncher
Stars: ✭ 79 (-1.25%)
Mutual labels:  engine, open-source
Covenantsql
A decentralized, trusted, high performance, SQL database with blockchain features
Stars: ✭ 1,148 (+1335%)
Mutual labels:  sql, database
Nodejs Spanner
Node.js client for Google Cloud Spanner: the world’s first fully managed relational database service to offer both strong consistency and horizontal scalability.
Stars: ✭ 80 (+0%)
Mutual labels:  sql, database
Directus Docker
Directus 6 Docker β€” Legacy Container [EOL]
Stars: ✭ 68 (-15%)
Mutual labels:  sql, database
Awesome Business Intelligence
Actively curated list of awesome BI tools. PRs welcome!
Stars: ✭ 1,157 (+1346.25%)
Mutual labels:  sql, database
Eventql
Distributed "massively parallel" SQL query engine
Stars: ✭ 1,121 (+1301.25%)
Mutual labels:  sql, database

Build status Coverage Status Coverity Scan Build Status MyGet NuGet Join the chat! NuGet

DeveelDB 3.0

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

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 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 amount 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.

The following kind of help is very welcome:

  • Development: implemention of new features, according to the scheduled planning of the project
  • Testing: implementation of tests to assess given features of the projects are behaving as expected; since DeveelDB is not a project that is following the TDD (Test-Driven Development) model, unit tests are crucial to assess the coverage of the code and the stability of the system
  • Beta Testing: use the final product in given contexts, to provide example cases of its usage and potentially discover bugs not covered by other tests
  • Documentation: document the code and the project in a way that other users or developers can be helped using DeveelDB or collaborating

If you wish to contribute, please feel free to get in touch with me, dropping an email to antonello at deveel dot org or joining the chat on Gitter!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].