Showing 28 open source projects for "dbase"

View related business solutions
  • Auth0 B2B Essentials: SSO, MFA, and RBAC Built In Icon
    Auth0 B2B Essentials: SSO, MFA, and RBAC Built In

    Unlimited organizations, 3 enterprise SSO connections, role-based access control, and pro MFA included. Dev and prod tenants out of the box.

    Auth0's B2B Essentials plan gives you everything you need to ship secure multi-tenant apps. Unlimited orgs, enterprise SSO, RBAC, audit log streaming, and higher auth and API limits included. Add on M2M tokens, enterprise MFA, or additional SSO connections as you scale.
    Sign Up 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
    DBConvert
    DBConvert is a cross converter for HanDBase-, List-, JFile-, MobileDB-, PilotDB-, MariaDB-, MySQL-, PostgreSQL-, SQLite-, MS-Access-, SQL Server-, Firebird- , DBase- and Foxpro- databases, as well as MS-Excel and Calc spreadsheets, CSV- , JSON-, vCard-, hCard-, jCard-, xCard-, YAML- and XML files. Source files: https://github.com/TvBreukelen/fnpdbservices
    Leader badge
    Downloads: 20 This Week
    Last Update:
    See Project
  • 2
    This is a Java based xBase engine to read write and update dbf files. Using the package's classes and methods programmers can process dBase III and IV files and some clones (e.g. Clipper/FoxPro) along with index and tag files and the individual fiel
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    QtiPlot
    QtiPlot is a user-friendly, platform independent data analysis and visualization application similar to the non-free Windows program Origin.
    Downloads: 58 This Week
    Last Update:
    See Project
  • 4
    DataCleaner

    DataCleaner

    Data quality analysis, profiling, cleansing, duplicate detection +more

    DataCleaner is a data quality analysis application and a solution platform for DQ solutions. It's core is a strong data profiling engine, which is extensible and thereby adds data cleansing, transformations, enrichment, deduplication, matching and merging. Website: http://datacleaner.github.io
    Downloads: 7 This Week
    Last Update:
    See Project
  • Gemini 3 and 200+ AI Models on One Platform Icon
    Gemini 3 and 200+ AI Models on One Platform

    Access Google's best plus Claude, Llama, and Gemma. Fine-tune and deploy from one console.

    Build generative AI apps with Vertex AI. Switch between models without switching platforms.
    Start Free
  • 5

    PL/SQL ESRI Shape & dBase Converter

    Creates a shape file from a query

    This PL/SQL package converts a query with a sdo_geometry into an ESRI shape file and a shape file into a Oracle table. It can also convert a Oracle table into a dBase file and vice versa. Sample 1 - create a shape file (alk.shp, alk.shx, alk.dbf) of type 5 (=Polygon) from table MYTABLE with sdo-column="geo" and SDO_GTYPE=3003: select zvk_shape.write_shp('DATA_PUMP_DIR','alk', 'select t.C01 "NAME", t.C20 "FLST", t.GEO from MYTABLE t where t.C02 = ''ALK'' order by t.C01','GEO',5) "alk" FROM dual;
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    Nodejs MySQL Query Builder

    A small lib that builds query using mysql and nodejs

    This is a small mysql query builder using the nodejs mysql driver by felixge. Sample Usage: ```js var query_builder = require('query_builder'); var dbconn_default = { host : 'host', user : 'user', pass : 'password', dbase : 'database_schema' }; var qb = new query_builder( dbconn_default ); var select_details = { table : 'table_name', fields : [ 'field1', 'field2', ... ], conditions : { field1 : 'value1', field2 : 'value2' } }; qb.select( select_details, function( err, rows ){ if( err ) console.log( err ); else console.log( rows ); }); ``` By this, we can generate a query something like this: ```sql SELECT `field1`, `field2` FROM `table_name` WHERE `field1` = 'value1' AND `field2` = 'value2' ``` For more information, visit the github project. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    dBASE Reader and Converter

    dBASE Reader and Converter

    !!! NO LONGER MAINTAINED !!!

    dbf is an easy-to-use command line tool to show and convert the content of dBASE III, IV, and 5.0 files. It reads dBASE databases and prints the content to the screen or converts it to comma-separated (*.csv) files which can be opened in Excel, Calc.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8

    AccessXBase3

    AccessXBase3 is a database built on the DBASEIII platform

    I started with DBASE III for dos, and moved the project into VB6. I realize it needs to move from there, but all the simple data types are covered, it can do MEMO fields but that needs a little work to actually write them, but the plan was to create a modern implementation. I have source files on that level. I was side tracked at the time so I've not gotten that far on my own, but the DLL is able to read and write the files, I've written code that will allow for marcos and I'd like to see DBASEIII format take over. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    dbasero

    dBbase database editor.

    Dbasero is a dBase database editor, you can create, edit, modify dbase databases and it is possible too export the table to mysql. dbasero.jar is the standalone java executable, you can run it with: java -jar dbasero.jar dbasero.zip are the sources. The main class is Gui
    Downloads: 0 This Week
    Last Update:
    See Project
  • Catch Bugs Before Your Customers Do Icon
    Catch Bugs Before Your Customers Do

    Real-time error alerts, performance insights, and anomaly detection across your full stack. Free 30-day trial.

    Move from alert to fix before users notice. AppSignal monitors errors, performance bottlenecks, host health, and uptime—all from one dashboard. Instant notifications on deployments, anomaly triggers for memory spikes or error surges, and seamless log management. Works out of the box with Rails, Django, Express, Phoenix, Next.js, and dozens more. Starts at $23/month with no hidden fees.
    Try AppSignal Free
  • 10

    Cheetah Database System

    Small, Fast, dBase/FoxPro compatible database library (Cheetah4.dll)

    xBase database library. Creates traditional dBase III Plus and FoxPro database files. Unique dual btree indexes allow multiple indexes in each disk file. Small disk/memory footprint (81K). Ability to interface to multiple programming languages. Cheetah is an extremely fast, old school, traditional record manager. Cheetah can be used with any compiler that can link to a standard Windows DLL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Cross vendor database interface classes for .NET written in C# providing a consistent way of accessing SQL Server,SQL Server CE,Oracle,Access,Access 2007,MySql,DB2,Visual FoxPro,dBASE,Paradox,Pervasive,Firebird,VistaDB and Postgresql databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    dbf dump
    Viewer for dbf (dBase) files under Windows (written in C#) - header, subrec and record information. Allows text dump of all data.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13
    dbase2rules is a simple program to convert dbase database to rules suitable for shptoosm
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    A Java-based project for reading and writing on Xbase -- DBF (dBase III / Clipper) file. This project is an implementation of JavaDBF: http://sarovar.org/projects/javadbf/ Credits (JavaDBF): Anil Kumar K. Abraham K. Jacob
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    tinySQL is a SQL engine written in Java. It uses dBase format files compatible with MS Excel. tinySQL comes with a command line interpreter which you can use to create, drop, or update tables. A GUI for tinySQL can be found at www.sqlmagic.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Phind - A fully featured domain name server written entirely in PHP. Supports pear db abstraction (dbase, fbsql, interbase, informix, msql, mssql, mysql, mysqli, oci8, odbc, pgsql, sqlite and sybase) as well as djbdns/tinydns and bind configuration
    Downloads: 1 This Week
    Last Update:
    See Project
  • 17
    Oracle to MySQL Table Data Converter - this is as simple as it gets! Just make a MySQL table with the same schema as your Oracle table, then run the included .php file in your browser and fill in dbase access info and VOILA - Automatic Conversion!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Tortoise Mail is a POP3 and SMTP E-Mail Client written in PHP. By using PEAR Package DB, it supports many SQL-Based Databases (dbase, fbsql, ibase, ifx, msql, mssql, mysql, oci8, odbc, pgsql, sqlite, sybase). It is also PHP 5.x compatible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    DBF Library is a self-contained and comprehensive class library writen in pure VB that reads/writes dbf files/records with support for dBASE/dBASE III PLUS/FoxBASE/FoxBASE+/FoxPro 2.x/Visual FoxPro/HiPer-SIx and icluding Memo field/file support.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Provide access to structured file formats (dbase, arff, csv, bibtex) as JDBC ResultSet
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Python source modules for accessing dBASE/xBase ("DBF") files.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A PHP Database API with XML/dbase implementations. Generic database manager provides centralised admin, and template class with examples for easy creation of database GUIs. The XML version does not require DOM and is built upon the Php.XPath class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Emacs Xbase mode for editing (clipper, dbase, foxpro).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Comment.It is a web based system that allows the insertion of notes on WEB Pages.It was developed using JAVA technology and use a relational dbase to maintain the notes.It runs in a servlet engine like TOMCAT and any RDBMS compatible with JDBC/ODBC.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    "SQL for dbase" is a SQL parser that allows you to execute SQL commands against a dbase database. It is made to make it easier to extract data from those databases with a common database language. The parser is written in PHP as a PHP function.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB