• Stop Storing Third-Party Tokens in Your Database Icon
    Stop Storing Third-Party Tokens in Your Database

    Auth0 Token Vault handles secure token storage, exchange, and refresh for external providers so you don't have to build it yourself.

    Rolling your own OAuth token storage can be a security liability. Token Vault securely stores access and refresh tokens from federated providers and handles exchange and renewal automatically. Connected accounts, refresh exchange, and privileged worker flows included.
    Try Auth0 for Free
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1

    DBnavgate

    Dbnavgate shows the nodes and details of a database instance

    As part of the lecture java programming we had to program a database navigator. This navigator shows the nodes of all relations in a database instance and the details of the selected node. I used the Model-View-Controller-Pattern (MVC).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    DBtest is a tool written in ASP intended to realize SQL and DDL statements over the Web, for any Database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    This tool is a small tool to upload a csv file to a database. This tool can analyse a CSV file and it can determine the field lenght and the column name.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DBvFS - Virtual Filesystem in a Database
    DBvFS defines a virtual file system which can be stored in a relational database. Aim is to create a generalized definition for such a system, which should be open enough so it can be implemented in a variety of database systems and middlewares.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Full-stack observability with actually useful AI | Grafana Cloud Icon
    Full-stack observability with actually useful AI | 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
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private DBNumber uidMyTable = new DBNumber(); } Easy Gets: List<MyTable> myRows = myDB.get(new MyTable()); MyTable row = myDB.getDBTable(new MyTable()).getByPrimaryKey(61176904); Natural and Outer Joins and Criteria: CarCo carCo = new CarCo(); carCo.name.isLiterally("GM"); List<DBQueryRow> results = myDB.get(carCo, new Marque()); dbQuery.addOptional(new CarModel()); Easy debugging: query.getSQLForQuery(); Simple processing: db.print(query.getAllRows()); List<Marque> marques = query.getAll
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Eclipse Documentum DQL/API plug-in with the main functionality of content proposals and colour coding. As a secondary result testing things the plug-in is starting to resemble a fast hard client. A feature we lost when a certain hard client was replaced.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Oracle DBA's module for Oracle 8i, 8.0 and 7.3. Reverse engineers DDL for specified list of objects. Defrags entire tablespaces. Resizes tables/indexes to your standards. Creates user X with privileges of Y. Etc., etc., etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    A servlet (or a bunch of servlets) to access a database, perform ddlutils tasks (retrieve, create and update from or to a description). Uses the apache.org ddlutils (and some other libraries).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Data Mining Models Web Annotator Tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 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
  • 10
    Visual Basic application with database connectivity to manage bleeds candidates for a selection of clinical studies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A small Visual Basic 6 and ODBC-based application for the logging and management of samples collected as part of clinical studies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A simple freezer management system written in VB6 for use in a clinical lab environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    A branched adaptation of the Sample Management System (DILSMS) with the capability of dealing with longitudinal elements of studies, for use in a clinical lab environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A simple sample management system written in VB6 for use in a clinical lab environment
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Dot Net Nuke Genealogy Module - Build and show your family tree on a DNN CMS site. A sample site running on www.gremlinsa.co.za/Genealogy/tabid/138/Default.aspx . Also uses Google & Yahoo SEO Friendly url structure.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A database/web application used for tracking donation information for multiple organizations.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    A web based XQuery editor for Mark Logic, based on CQ. Simply unzip into the root of your CQ installation to install.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    To present any type of data coming from any source on a Web page via PHP and XML. Présenter n'importe quel type de données en provenance de n'importe quelle source sur une page web par l'intermédiaire de PHP et XML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A series of scripts and profiles to be implemented using the increasingly popular monitoring solution GroundWork found at www.groundworkopensource.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    This is a web based software designed for the anonymous reporting of adverse events in surgery.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project is a kind of manager for dancing contests in germany. It help to calculate and manage all informations given by those contests. There are several rules from the DTV germany to calculate the points for a dancing couple.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A Database Framework for MFC programmer. Very easy to use. Read/Write Blob, DBEdit, DBMasked Edit, DBNavigator, DBRichEdit, DBGrid, DBDateEdit,... ETC. Not designed only MS Access Databases(Use both DAO and ADO). Future Planned interface for other databas
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Web application that keeps track of counseling services provided by DV Unit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A simple DVD database to keep track of your personal DVD library. Moves are automatically linked to IMDb. You can assign the genre and include DVD covers as well. You can also use this database to keep track of individuals that borrow your movies.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    DVDThek is an application that manages a DVD film library or other media libraries like videos, disks or songs. Coded in Java language exclusively.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB