Displaying 1 to 14 from 14 results

ServiceStack.OrmLite - Fast, Simple, Typed ORM for .NET

  •    CSharp

Follow @ServiceStack or join the Google+ Community for updates, or StackOverflow or the Customer Forums for support.OrmLite's goal is to provide a convenient, DRY, config-free, RDBMS-agnostic typed wrapper that retains a high affinity with SQL, exposing intuitive APIs that generate predictable SQL and maps cleanly to (DTO-friendly) disconnected POCO's. This approach makes easier to reason-about your data access making it obvious what SQL is getting executed at what time, whilst mitigating unexpected behavior, implicit N+1 queries and leaky data access prevalent in Heavy ORMs.

linq2db - Linq to database provider.

  •    CSharp

LINQ to DB is the fastest LINQ database access library offering a simple, light, fast, and type-safe layer between your POCO objects and your database.Architecturally it is one step above micro-ORMs like Dapper, Massive, or PetaPoco, in that you work with LINQ expressions, not with magic strings, while maintaining a thin abstraction layer between your code and the database. Your queries are checked by the C# compiler and allow for easy refactoring.

sqitch - Sane database change management

  •    Perl

Sqitch is a database change management application. It currently supports PostgreSQL 8.4+, SQLite 3.7.11+, MySQL 5.0+, Oracle 10g+, Firebird 2.0+, Vertica 6.0+, Exasol 6.0+ and Snowflake. Sqitch is not integrated with any framework, ORM, or platform. Rather, it is a standalone change management system with no opinions about your database engine, application framework, or your development environment.




soci - SOCI - The C++ Database Access Library. This is official repository the SOCI project.

  •    C++

Originally, SOCI was developed by Maciej Sobczak at CERN as abstraction layer for Oracle, a Simple Oracle Call Interface. Later, several database backends have been developed for SOCI, thus the long name has lost its practicality. Currently, if you like, SOCI may stand for Simple Open (Database) Call Interface or something similar. SOCI library is distributed under the terms of the Boost Software License.

An Un-sql SQL Database Installer

  •    CSharp

D.E.M.O.N SQL Database Installer is an Un-SQL(SQL means boring here) Database server installer for many types of Database :MySQL, FireBird, SQLite and others.

Habanero

  •    ASPNET

An Enterprise Application Framework for .Net that produces an agile application from the data layer through to the front-end. Free open source under the LGPL license, it includes ORM and UI generation to create one application for the desktop & web.

t4models - T4 Models

  •    CSharp

T4 models are used to generate POCO's C# code using your database structure.But not data provider packages (install them only if needed to compile your project, T4 models ships it's own data provider assemblies).


firebirdwebadmin - FirebirdWebAdmin is a web frontend for the Firebird database server written in PHP

  •    PHP

Some of the features are only available if the database- and the web-server are running on the same machine. The reason is that php have to call the Firebird tools (isql, gsec, gstat, etc.) to perform certain actions. There is no documentation available yet, but if you are familiar with Firebird you will have no troubles using FirebirdWebAdmin.

flamerobin - FlameRobin is a database administration tool for Firebird RDBMS

  •    C++

FlameRobin is a database administration tool for Firebird RDBMS. Our goal is to build a tool that is: lightweight (small footprint, fast execution) cross-platform (Linux, Windows, Mac OS X, FreeBSD) dependent only on other Open Source software

node-firebird - Pure javascript and asynchronous Firebird client for Node.js.

  •    Javascript

Pure JavaScript and Asynchronous Firebird client for Node.js. Firebird forum on Google Groups. node-firebird doesn't let you choose the charset connection, it will always use UTF-8. Node is unicode, no matter if your database is using another charset to store string or blob, Firebird will transliterate automatically.

node-firebird-driver-native - Firebird high-level native client for Node.js / TypeScript

  •    TypeScript

Development of this project is happening at a new repository, as a monorepo with its related projects.

dbx4fb - dbExpress driver for Firebird

  •    Pascal

dbExpress is data driver architecture developed by Embarcadero Delphi / C++ Builder (Formerly known as Borland or CodeGear Delphi / C++ Builder). Firebird is a relational database offering many ANSI SQL standard features that runs on Linux, Windows, and a variety of Unix platforms.

xeus-sql - xeus-sql is a Jupyter kernel for general SQL implementations.

  •    C++

xeus-sql is a Jupyter kernel for general SQL implementations based on the native implementation of the Jupyter protocol xeus and SOCI, a database access library for C++. Launch the Jupyter notebook with jupyter notebook or Jupyter lab with jupyter lab and launch a new SQL notebook by selecting the xsql kernel.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.