SDKs
List of FairCom DB software development kits organized by programming language, including tutorials, guides, client libraries, and drivers
List of FairCom DB software development kits organized by programming language, including tutorials, guides, client libraries, and drivers
FairCom’s JSON DB APIis optimized for client-server, microservices, and low-code development. It uses JSON to make database development easy and fast for all programming languages. Everything is represented as JSON: data, queries, database objects, API calls, and so forth. It supports all major Internet protocols, including HTTP, HTTPS, WS, and WSS.
Section | Description |
---|---|
jsonActionAPI for managing all database activities. | |
jsonActionAPI for managing data integration and transformation | |
jsonActionAPI for connecting to the server and performing administrative tasks. | |
Guide for creating and managing database replication. |
Section | Description |
---|---|
Tutorials for using FairCom's interactive SQL command line utility (iSQL). | |
Guide for automating database operations using FairCom's iSQL command line utility and for importing and exporting data using variable-length and fixed-length flat files — such as CSV. | |
FairCom DBSQL language reference guide. | |
Guide for using the full-text search. | |
Guide for using Java and C# to implement SQL stored procedures and triggers. | |
Tutorials for using FairCom's JDBC driver in Java. | |
Guide for using the JDBC driver with FairCom DBSQL in order to use SQL in Java applications (ideal for client-server applications that run in the same data center as the database). | |
Tutorials for using FairCom's Windows and Linux ODBC driver with FairCom DBSQL. | |
Explanation for configuring and troubleshooting ODBC for FairCom DBSQL. | |
Advanced FairCom SQL features, options, and utilities. | |
Complete list of SQL error codes. |
Java developers should first try FairCom’s JSON DB API, which is optimized for microservices and n-tier application development.
JSON APIs for Java
Section | Description |
---|---|
Object-oriented driver for using the JSON DB API. | |
Guide for using the JSON DB API. | |
Reference guide to use the JSON DB API. | |
jsonAction API | Core JSON API pattern that is used in FairCom APIs. |
Complete list of FairCom error codes. |
SQL for Java
Section | Description |
---|---|
Tutorials for using FairCom's JDBC driver in Java. | |
Guide for using the JDBC driver with FairCom DBSQL in order to use SQL in Java applications (ideal for client-server applications that run in the same data center as the database). | |
Tutorial for using Java to implement SQL stored procedures and triggers in . | |
Guide for using Java and C# to implement SQL stored procedures and triggers. | |
Language elements that are common to many FairCom DBSQL statements. | |
Guide for using the full-text search. | |
Tutorials for using FairCom's interactive SQL command line utility (iSQL). | |
Guide for automating database operations using FairCom's iSQL command line utility and for importing and exporting data using variable-length and fixed-length flat files — such as CSV. | |
Advanced FairCom SQL features, options, and utilities. | |
Complete list of SQL error codes. |
Record Buffer APIs for Java
FairCom provides advanced APIs that allow low-level control over all aspects of data processing. You can build solutions that are unrivaled in capability and performance because they allow your code to directly control all aspects of the FairCom DBengine. These APIs retrieve record buffers from disk or cache and directly load them into application memory. This approach is exceptionally fast and works best for applications that run on the same computer as the FairCom DBserver.
Section | Description |
---|---|
Tutorials for working with record buffers using the JTDB API. | |
Reference guide for using the c-tree Database in Java — this API is called JTDB. | |
Tutorials for using the JPA and Hibernate to build Java applications using FairCom's JDTB API. | |
Guide for using the full-text search. | |
Answers to common problems. | |
Complete list of FairCom error codes. |
JSON APIs for Python
FairCom's JSON DB APIis optimized for easy development of microservices and n-tier applications.
Section | Description |
---|---|
Guide for using the JSON DB API. | |
Reference guide to use the JSON DB API. | |
Complete list of FairCom error codes. |
SQL for Python
FairCom's SQL engine is ANSI-standard. It makes it easy and fast to modify and query data.
Section | Description |
---|---|
Tutorials for using SQL with FairCom DB. | |
Guide for using SQL with FairCom DB. | |
Language elements that are common to many FairCom DBSQL statements. | |
Guide for using the full-text search. | |
Tutorials for using FairCom's interactive SQL command line utility (iSQL). | |
Guide for automating database operations using FairCom's iSQL command line utility and for importing and exporting data using variable-length and fixed-length flat files — such as CSV. | |
Explanation for configuring and troubleshooting ODBC for FairCom DBSQL. | |
Advanced FairCom SQL features, options, and utilities. | |
Complete list of SQL error codes. |
JSON APIs for C#
FairCom's JSON DB APIis optimized for easy management of all data processing for microservices and n-tier applications.
Section | Description |
---|---|
Guide for using the JSON DB API. | |
Reference guide to use the JSON DB API. | |
jsonAction API | Core JSON API pattern that is used in FairCom APIs. |
Complete list of FairCom error codes. |
SQL for C#
FairCom’s SQL engine is ANSI-standard. It makes it easy and fast to modify and query data.
Section | Description |
---|---|
Tutorials for using FairCom's Windows and Linux ODBC driver with FairCom DB. | |
Guide for using SQL with FairCom DB. | |
Language elements that are common to many FairCom DBSQL statements. | |
Guide for using the full text search. | |
Tutorial for using the C# to implement SQL stored procedures in FairCom DB. | |
Guide for using Java and C# to implement SQL stored procedures and triggers. | |
Tutorials for using FairCom's interactive SQL command line utility (iSQL). | |
Guide for automating database operations using FairCom's iSQL command line utility and for importing and exporting data using variable-length and fixed-length flat files — such as CSV. | |
Explanation for configuring and troubleshooting ODBC for FairCom DBSQL. | |
Advanced FairCom SQL features, options, and utilities. | |
Complete list of SQL error codes. |
Record Buffer APIs for C#
FairCom provides advanced APIs that control all aspects of data processing. They allow you to build solutions that are unrivaled in capability and performance because they allow your code to directly control all aspects of the FairCom DBengine. These APIs retrieve record buffers from disk or cache and directly load them into application memory. This approach is exceptionally fast and works best for applications that run on the same computer as the FairCom DB server.
Section | Description |
---|---|
Tutorials for working with record buffers using the JTDB API. | |
Guide for using the c-treeDB API in C#. | |
Guide for using the full text search. | |
Complete list of FairCom error codes. |
FairCom DB is an exceptional data management solution for C programmers. The APIs use record buffers, which is ideal for C applications and provides an unprecedented level of performance and control over all aspects of data management.
Record Buffer APIs for C
FairCom provides advanced APIs that allow low-level control over all aspects of data processing. You can build solutions that are unrivaled in capability and performance because they allow your code to directly control all aspects of the FairCom DBengine. These APIs retrieve record buffers from disk or cache and directly load them into application memory. This approach is exceptionally fast and works best for applications that run on the same computer as the FairCom DBserver.
Section | Description |
---|---|
Tutorials for working with record buffers. | |
Developer guide to building high-speed C applications using FairCom DB. | |
Guide for the c-treeDB C API. | |
Guide for using the full-text search. | |
Guide for automating timestamps, aggregation, and purging. | |
Guide for intercepting and interacting with database change events. | |
Guide for detecting and managing conflict resolution, data transformation, data filtering, and replicating to another database. | |
Introduction and tutorial on accessing the FairCom DBat the lowest possible level. | |
Guide for creating a new Microsoft Visual Studio C project using the CTDB API. | |
Complete list of FairCom error codes. |
SQL for C
Section | Description |
---|---|
Guidelines for FairCom DBDirect SQL developers. | |
Language elements that are common to many FairCom DBSQL statements. | |
Guide for using the full text search. | |
Tutorials for using FairCom's interactive SQL command line utility (iSQL). | |
Guide for automating database operations using FairCom's iSQL command line utility and for importing and exporting data using variable-length and fixed-length flat files — such as CSV. | |
Tutorials for using FairCom's Windows and Linux ODBC driver with FairCom DB. | |
Guide for using an ODBC driver to connect to FairCom DB. | |
Explanation for configuring and troubleshooting ODBC for FairCom DBSQL. | |
Advanced FairCom SQL features, options, and utilities. | |
Complete list of SQL error codes. |
FairCom DBis an excellent data management solution for C++ programmers. The APIs use record buffers, so they are ideal for C++ applications and provide an unprecedented level of performance and control over all aspects of data management.
Record Buffer APIs for C++
FairCom provides advanced APIs that allow low-level control over all aspects of data processing. You can build solutions that are unrivaled in capability and performance because they allow your code to directly control all aspects of the FairCom DBengine. These APIs retrieve record buffers from disk or cache and directly load them into application memory. This approach is exceptionally fast and works best for applications that run on the same computer as the FairCom DBserver.
Section | Description |
---|---|
Tutorials for working with record buffers. | |
Guide for using the c-treeDB C++ API. | |
Guide for building C++ applications using FairCom's ISAM and low-level APIs. | |
Guide for using the full-text search. | |
Developer guide for embedding SQL in C and C++. | |
Guide for C++ programmers to automate FairCom's data replication engine. | |
Guide for creating a new Microsoft Visual Studio C++ project using the c-treeDB server. | |
Complete list of FairCom error codes. |
SQL for C++
FairCom’s SQL engine is ANSI-standard. It makes it easy and fast to modify and query data.
Section | Description |
---|---|
Developer guide for embedding SQL in C and C++. | |
Language elements that are common to many FairCom DBSQL statements. | |
Guide for using the full text search. | |
Tutorials for using FairCom's interactive SQL command line utility (iSQL). | |
Guide for automating database operations using FairCom's iSQL command line utility and for importing and exporting data using variable-length and fixed-length flat files — such as CSV. | |
Tutorials for using FairCom's Windows and Linux ODBC driver with FairCom DB. | |
Guide for using an ODBC driver to connect to FairCom DB. | |
Explanation for configuring and troubleshooting ODBC for FairCom DBSQL. | |
Advanced FairCom SQL features, options, and utilities. | |
Complete list of SQL error codes. |
SQL for PHP
Section | Description |
---|---|
Tutorials for using PHP PDO with FairCom DB. | |
Tutorials for using PHP SQL with FairCom DB. | |
Guide for using FairCom SQL with PHP applications using ODBC and PDO. | |
Complete list of SQL error codes. |
Section | Description |
---|---|
Tutorial for using the c-tree Database API in Visual Basic.NET. | |
Reference guide for using the c-tree Database API in .NET. | |
Guide for using the full text search. | |
Complete list of FairCom error codes. |