Showing 30 open source projects for "wrapper"

View related business solutions
  • 8 Monitoring Tools in One APM. Install in 5 Minutes. Icon
    8 Monitoring Tools in One APM. Install in 5 Minutes.

    Errors, performance, logs, uptime, hosts, anomalies, dashboards, and check-ins. One interface.

    AppSignal works out of the box for Ruby, Elixir, Node.js, Python, and more. 30-day free trial, no credit card required.
    Start Free
  • Try Google Cloud Risk-Free With $300 in Credit Icon
    Try Google Cloud Risk-Free With $300 in Credit

    No hidden charges. No surprise bills. Cancel anytime.

    Use your credit across every product. Compute, storage, AI, analytics. When it runs out, 20+ products stay free. You only pay when you choose to.
    Start Free
  • 1
    Skiplist-CPP

    Skiplist-CPP

    A tiny KV storage based on skiplist written in C++ language

    Skiplist-CPP is a lightweight key-value storage engine implemented in C++ using a skip list as its core data structure. It showcases how a log-structured, ordered index can deliver fast inserts, lookups, and deletes while remaining simple to implement and reason about. The project supplies a compact codebase with a clear separation between the skip list implementation and the storage operations that use it. Beyond in-memory operations, it demonstrates persistence through data dump to disk...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    rdfxx

    rdfxx

    C++ wrapper for Redland librdf

    This library provides a thin abstraction layer over the Redland librdf library. It provides a simple to use C++ interface for RDF data. This is a component of the SASSY project. Please note that this code is at the prototyping phase. New features will be added as they are identified as a requirement for other SASSY projects. If you think that this software would be useful in your project, but need additional features please raise a ticket describing your requirement. Similarly, please...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    dbsql++

    Generic C++ SQL wrapper over different SQL DB engines.

    Generic C++ SQL client wrapper over different SQL DB engines. Using a unified interface, it currently supports MySQL/MariaDB, ODBC, PostgreSQL and SQLite.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4

    lmdb++

    C++11 wrapper for the LMDB embedded B+ tree database library.

    This is a comprehensive C++ wrapper for the LMDB embedded database library, offering both an error-checked procedural interface and an object-oriented resource interface with RAII semantics. • Designed to be entirely self-contained as a single <lmdb++.h> header file that can be dropped into a project. • Implements a straightforward mapping from C to C++, with consistent naming
    Downloads: 0 This Week
    Last Update:
    See Project
  • Forever Free Full-Stack Observability | Grafana Cloud Icon
    Forever Free Full-Stack Observability | Grafana Cloud

    Our generous forever free tier includes the full platform, including the AI Assistant, for 3 users with 10k metrics, 50GB logs, and 50GB traces.

    Built on open standards like Prometheus and OpenTelemetry, Grafana Cloud includes Kubernetes Monitoring, Application Observability, Incident Response, plus the AI-powered Grafana Assistant. Get started with our generous free tier today.
    Create free account
  • 5
    A well designed and portable SQLite wrapper library for C++ You're welcome to make suggestions for design improvements. Feature requests are welcome too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Custom C++ ODBC wrapper

    Performance C++ library wrapper for ODBC and sql script generation

    Custom C++ library for performant copying large amounts of data between Oracle and Microsoft SQL Server databases. - ODBC API calls wrapper; - support basic SQL datatypes - data copy between geterogeneous databases through common memory buffer; - basic logging facility; - SQL script generation classes for manipulatin DB objects; This is yet very raw version.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    uSQLite

    An SQLite network wrapper

    uSQLite is a network wrapper for SQLite. It turns SQLite into an RDBMS but puts the emphasis on the 'Lite'. In fact it works in a somewhat unconventional mmanner in order to make both servers and clients as light, portable and simple as possible. Readers who are not familiar with SQLite are advised to visit www.sqlite.org.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A well designed and portable SQLite wrapper library for C++ You're welcome to make suggestions for design improvements. Feature requests are welcome too.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    wsqlite

    A SQLite wrapper С++ library

    The library only uses the STL. Unit tests for the library using the boost-library
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 10
    A C# wrapper library for using MAPI (Messaging API) on Pocket PCs and Smartphones written 99% in C#. Allows for viewing and sending emails and SMS messages and their associated properties.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    Simple C++ Database API

    C++ wrapper around the ODBC database API

    The SimpleDB api is a C++ api designed to encapsulate the ODBC API functionality in an object oriented manner.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    RADB is a simple wrapper library for working with multiple database engines using the same function calls. It currently supports sqlite3 and mysql.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Simple ADO wrapper based on Stlsoft library (https://sourceforge.net/projects/stlsoft).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    "Seeker" is an object oriented SQLite wrapper written in C++. It's designed to be very easy and logical to use, while maintaining SQLite's power and flexibility. NOTE: Currently no open source license is chosen; this will be decided soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    VDI.Net is a .Net wrapper DLL to SQL Server's VDI native DLL. VDI allows you to present a virtual disk that SQL Server can backup to or restore from.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OTL like OCI wrapper library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    mYm is a Matlab interface to MySQL server. It is based on the original 'MySQL and Matlab' by Robert Almgren and adds the support for BLOBs. That is, it can insert matlab objects (e.g. array, structure, cell) into BLOB fields.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    c-dax is a C library for accessing SQL databases using a uniform programming interface. It's designed as a lightweight wrapper, with both static binding and dynamic library API. Supports SQLite 3, PostgreSQL 8.3, and MySQL 5. Check out c-dax if you want
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    An easy-to-use object-oriented C++ wrapper for MySQL C API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    SQLite++ is a library that function as a wrapper for the SQLite3 database API. It is designed in a manner that the access to all data occurs transparently.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    TTProvider is a simple .Net wrapper for TimesTen TTClasses library. It is written in MC++ (2005, 2003 support is planned) and allows .Net programmers to use MS-like methods ExecuteScalar, ExecuteNonQuery to get data from Oracle TimesTen DB.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    SmartDB is an object oriented approach towards integrating SQLite database, like ms ado object, for C++/MFC projects. It acts as a wrapper for SQLite. You can open SQLite database into your program with just 3 lines of code. full source code available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    ado.net style (native)c++ wrapper for sqlite3
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    CDB is a abstract and simple wrapper to different client libraries of sql databases. It is written in C and C++. Supported are PostgreSQL, MySQL, SQLite and Oracle rdbms. It should run in many modern Linux and BSD environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    TOCCI is an open OCCI implementation (OCCI is a C++ wrapper around OCI).
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB