firebird
Here are 167 public repositories matching this topic...
Fast, Simple, Typed ORM for .NET
-
Updated
Nov 16, 2020 - C#
Official repository of the SOCI - The C++ Database Access Library
-
Updated
Nov 10, 2020 - C++
SymmetricDS is a database and file synchronization solution that is platform-independent, web-enabled, and database agnostic. SymmetricDS was built to make data replication across two to tens of thousands of databases and file systems fast, easy and resilient. We specialize in near real time, bi-directional data replication across large node networks over the WAN or LAN.
-
Updated
Nov 24, 2020 - Java
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
-
Updated
Nov 7, 2020 - C++
FirebirdWebAdmin is a web frontend for the Firebird SQL database server written in PHP.
-
Updated
Jul 14, 2020 - PHP
JCA/JDBC driver for Firebird
-
Updated
Nov 13, 2020 - Java
Tutorias para fins de facilitar instalações e tarefas.
-
Updated
Oct 13, 2020
Adminer database management tool for your Laravel application.
-
Updated
Nov 16, 2020 - PHP
The ZeosLib is a set of database components for MySQL, PostgreSQL, Interbase, Firebird, MS SQL, Sybase, Oracle and SQLite for Delphi, FreePascal/Lazarus, Kylix and C++ Builder. - mirror for the official repository (http://svn.code.sf.net/p/zeoslib/code-0), created and maintained with git-svn
-
Updated
Nov 21, 2020 - Pascal
A library to help you keep track of database schema migrations
-
Updated
Dec 4, 2019 - C++
Various scripts and codes
-
Updated
May 10, 2020 - Shell
A PostgreSQL foreign data wrapper (FDW) for Firebird - latest version 1.2.1 (2020-10-21)
-
Updated
Oct 29, 2020 - C
PoS mobile client and backend
-
Updated
May 4, 2020 - Dart
Improve this page
Add a description, image, and links to the firebird topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the firebird topic, visit your repo's landing page and select "manage topics."


Hi,
is it possible to define enum mappings WITHOUT using attributes, maybe with some kind of fluent API? The only possibility I see right now is to use the
MapValueattribute:But I don't like this approach (see my longer explanation below). Thank you in