Showing 17 open source projects for "sqlite wrapper"

View related business solutions
  • Build Agents and Models on One Platform Icon
    Build Agents and Models on One Platform

    Everything you need to build production-ready agents and models. Access 200+ Google and third-party AI models and tools.

    Gemini Enterprise Agent Platform is Google Cloud's comprehensive platform for developers to build, scale, govern, and optimize agents and models. Choose from Google's most advanced models and third-party models like Anthropic's Claude Model Family.
    Try It Free
  • Custom VMs From 1 to 96 vCPUs With 99.95% Uptime Icon
    Custom VMs From 1 to 96 vCPUs With 99.95% Uptime

    General-purpose, compute-optimized, or GPU/TPU-accelerated. Built to your exact specs.

    Live migration and automatic failover keep workloads online through maintenance. One free e2-micro VM every month.
    Try Free
  • 1
    Supabase Wrappers

    Supabase Wrappers

    Postgres Foreign Data Wrapper development framework in Rust

    Supabase Wrappers is a collection of PostgreSQL extensions (written in Rust) that allow Postgres to interact with external systems like APIs, files, and other databases. It uses Foreign Data Wrappers (FDWs) to treat external resources as if they were native SQL tables, enabling seamless integration with external services directly from SQL queries.
    Downloads: 8 This Week
    Last Update:
    See Project
  • 2
    FMDB

    FMDB

    A Cocoa / Objective-C wrapper around SQLite

    This is an Objective-C wrapper around SQLite. FMDB 2.7 attempts to support a more natural interface. This represents a fairly significant change for Swift developers (audited for nullability; shifted to properties in external interfaces where possible rather than methods; etc.). For Objective-C developers, this should be a fairly seamless transition (unless you were using the ivars that were previously exposed in the public interface, which you shouldn't have been doing, anyway!). ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Ecto

    Ecto

    A toolkit for data mapping and language integrated query

    Ecto is the official Elixir library that serves as a database wrapper and integrated query system, enabling developers to define schemas, construct and execute type-safe queries, manage database migrations, and validate data via changesets; it is the foundational tool for working with relational databases in Elixir. Note that mix test does not run the tests in the integration_test folder. To run integration tests, you can clone ecto_sql in a sibling directory and then run its integration...
    Downloads: 7 This Week
    Last Update:
    See Project
  • 4
    Easy SQLite Wrapper for iOS

    Easy SQLite Wrapper for iOS

    Easy SQLite Wrapper for iOS in Swift to implement and use

    ***9/16/16 - In the Files Section there is a new Zip File that will work with the new Swift 3. ** The old Zip File is still in the File Section too. A Easy SQLite Wrapper for iOS in swift that allows you to create a database and run sql commands. Functions: updateDatabase dbValue dbInt nextID getRows Watch the video and there are also instructions on linking sqlite to your project
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Try it free
  • 5
    Easy SQLite Wrapper 4 Android

    Easy SQLite Wrapper 4 Android

    Easy SQLite Wrapper for Android in Java to implement and use

    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Project 2306 IDE Rad MacOS MCU DeveR

    Project 2306 IDE Rad MacOS MCU DeveR

    Electronic design and programming tools suite like Eagle, MpLab

    Currently Only MacOS is Present, PreAlpha means not Ready to use, Application is provided Without Strict Garantee, License not OSI. All others platform Windows, Linux, HaikuOS STILL under TEST, Dummy "Hello world" is provided instead Project2306 IDE : Application pour la programmation de Microcontroleurs et d' Application Electronique Project2306 IDE : for All whom want to Create and Develop on Embed Platform Software as Programming Tools suite and PCB Design Planned...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    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: 5 This Week
    Last Update:
    See Project
  • 8
    CppWeb - C++ Web developement framework

    CppWeb - C++ Web developement framework

    Cross-platform C++ library for developing CGI Web applications

    ...The library decodes CGI variables and cookies, supports file uploads, performs automatic cookie detection, provides URL and HTML entity encode/decode functions, supports server-push (long-polling via ajax), has built-in HTML parser, SQLite database wrapper etc. CppWeb compiles on Windows, Linux and MacOSX (tested with GNU C++, MingW, MS Visual C++ and Borland C++ compiler) and can run with almost any web server (Apache, IIS, Boa etc.). Can be used in embedded systems (tested with FriendlyARM Mini2440 and Raspberry PI)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    SQLitePP

    SQLitePP, A C++ wrapper for SQLite 3, easy to use.

    A C++ wrapper for SQLite 3, easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • $300 Free Credits to Build on Google Cloud Icon
    $300 Free Credits to Build on Google Cloud

    New to Google Cloud? Get $300 in credits to explore Compute Engine, BigQuery, Cloud Run, Gemini Enterprise Agent Platform, and more.

    Start your next project with $300 in free Google Cloud credit. Spin up VMs, run containers, query petabytes in BigQuery, or build agents with Gemini Enterprise Agent Platform. Once your credits are used, keep building with 20+ always-free tier products including Compute Engine, Cloud Storage, GKE, and Cloud Run functions. No commitment required—just sign up and start building.
    Claim $300 Free
  • 10
    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
  • 11

    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
  • 12
    Minimal extension for PHP's PDO class designed for ease-of-use and reducing development time/effort when accessing a database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A wrapper around .Net objects that allows them to be persisted to an SQLite database
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SQLiteDotNet is a C# interface/wrapper to the SQLite database engine. It is not an ADO.NET provider, but that is planned. It provides access to the SQLite C library, a Database class for easier access and .NET DataTable integration. Mono support planned.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    php-VFS is a virtual filesystem library and wrapper for PHP with several database backends avaliable like mySQL and sqlite. It is intended to be used seamlessly with PHP file operations and work quickly and easily as possible. See the project homepage.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    SQLiteDB is a C++ wrapper around the SQLite database library. It will be designed to be as generic as possible making it able to be used with Standard C++ as well as with other libraries (wxWidgets, etc)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    C++ wrapper for SQLite that uses method names and behaves largely like mysql functions of PHP. Caches existing databases completely into RAM and overwrites update database upon objects' destruction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
Auth0 Logo