Search Results for "database query builder" - Page 16

Showing 804 open source projects for "database query builder"

View related business solutions
  • Save hundreds of developer hours with components built for SaaS applications. Icon
    Save hundreds of developer hours with components built for SaaS applications.

    The #1 Embedded Analytics Solution for SaaS Teams.

    Whether you want full self-service analytics or simpler multi-tenant security, Qrvey’s embeddable components and scalable data management remove the guess work.
    Try Developer Playground
  • Bright Data - All in One Platform for Proxies and Web Scraping Icon
    Bright Data - All in One Platform for Proxies and Web Scraping

    Say goodbye to blocks, restrictions, and CAPTCHAs

    Bright Data offers the highest quality proxies with automated session management, IP rotation, and advanced web unlocking technology. Enjoy reliable, fast performance with easy integration, a user-friendly dashboard, and enterprise-grade scaling. Powered by ethically-sourced residential IPs for seamless web scraping.
    Get Started
  • 1
    KoSQLite is a SQLite client. You can work with multiple databases, write and execute querys, import data, and many more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    Java MythTV API

    An API allowing java applications to connect to MythTV as a client.

    jMythAPI is a java library to query and control a MythTV backend and MythTV database. JMythAPI uses the Myth protocol to communicate with the MythTV backend and the MySQL JDBC driver to query the MythTV database. It provides a high level API enabling java developers to easily access MythTV, without the need to know all the details about the underlying protocol and differences between various protocol versions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3

    LogSearcher

    Log Management Web Application

    Log Searcher provided full indexed search engine for log files on each servers. It supported many powerful query types such as phrase queries, wildcard queries, proximity queries, range queries and more with Lucene and Solr technology. It comes with Web interface to search and generate chart accordingly. This project is Open Source project with Apache 2.0 license for allowing you to extra development on top of Log Searcher project. The initial configuration was written on readme.txt before...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    As a full managed SQL engine, NetSql help you to integrate sql power to your product easily. Notice that NetSql is not a RDBMS. We provider a way to wrap a sql query engine to your own data-storage system, such as files, xmls, or even a really RDBMS(sql server, oracle etc.). All you need to do is to implements NetSql.IStorageAdapter. So, enjoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
    Get started free
  • 5

    Windows SQlite

    SQlite management tool for windows

    SQLite is a relational database management. In contrast to other database management systems, SQLite is not a separate process that is accessed from the client application, but an integral part of it. SQLite is a popular choice as embedded database for local/client storage in application software such as web browsers. It is arguably the most widely deployed database engine, as it is used today by several widespread browsers, operating systems, and embedded systems, among others. SQLite has...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    C++ Semantic Web Objects library: Turtle parser. SPARQL compiler. Rule-based query transformer. SQL serializer. Query federater Tutorials 2010: http://www.w3.org/2010/Talks/1208-egp-swobjects/ 2011: https://sites.google.com/site/swobjectstutorial/documentation
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    Auto SQL Mailer

    Enable enterprises to send scheduled email based on sql query results

    What you need? 1) a server running a java enabled operating system. 2) Java 1.7 or greater. 3) Apache Tomcat 5.5 or greater. 4) a MySQL empty database to use. 5) access to an SMTP server to send emails. 6) the Auto SQL Mailer ... get it here! How it works? 1) create a database connection. Oracle, MySQL, MSSQL, IBM AS400 are already supported, you can add your own JDBC compliant database driver. 2) create a SQL query on the previous created connection, 1 record is 1 email. 3...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    RhinoLINUX Main Edition

    RhinoLINUX Main Edition

    Desktop Linux - custom built on Debian/Ubuntu/Mint upstream codebases

    ... as codebase there have been added codecs/plugins and cross-platform support for Windows applications and legacy Operating Systems via our VirtualX suite of emulation and virtualization softwaare managers/sub-systems such as QEMU.WINE and VirtualBOX. RhinoLINUX can run multiple Windows versions side by side at the same time or install Windows apps, including MS Office ! Custom system tools such as Multisystem boot builder apps, Live USB creators, Backup tools etc. as well as our Remastering tools left in
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Cory World Site

    Cory World Site

    Cory World Site is a website builder application

    Cory World Site is a website builder application that allows you to generate professional web sites instantly. No HTML knowledge is required. Select our progfessionally designed templates covering many industries such as high tech, manafucturing, retail or create your own.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Auth0 Free: 25K MAUs + 5-Min Setup Icon
    Auth0 Free: 25K MAUs + 5-Min Setup

    Enterprise Auth, Zero Friction: Any Framework • 30+ SDKs • Universal Login

    Production-ready login in 10 lines of code. SSO, MFA & social auth included. Scale seamlessly beyond free tier with Okta’s enterprise security.
    Get Your API Keys
  • 10

    Codeme PHP Framework

    Build your php applications fast & secure

    ...::except(). Request::all(); Input (same as Request)' Database::connect(). Database::query(). Database::fetch_assoc(). Database::insert_id(). Database::hasError(). Database::num_rows(); Cookie::get(). Cookie::make(); Session::get(). Session::make(); Response::json(). Response::download(); Cache::enable(); Redirect::to(); Http::sendPostTo(). Http::sendGetTo(). Http::getDataUrl(). Http::copyDataUrl(); Dir::create(). Dir::listFiles(); File::exists(). File::create(). File:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    compariSong is an audio tool to support query by singing/humming. It compares a database of popular songs with a hummed-by-user melody and returns the closest matches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Access Embadded Derby DataBase

    Access Embadded Derby DataBase

    We Can call it as short and sweet hibernate type utility.

    It give access of embedded derby database, with no setup. only you have to pass AccessEmbeddedDerby aed = new AccessEmbeddedDerby(storagelocation, dbname, dbusername, dbpassword); that's it, your db is configured and started. you can create table by calling aed.create(classname.class); with initialization of database. there are various methods to access data using pojos and also available sql methods in which you can pass your query in string. it need derby library externally.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    OSGC - OpenSource Geospatial Catalogue

    OpenSearch GeoSpatial Catalogue

    OSGC is an Open Source implementation of an OpenSearch GeoSpatial Catalogue compliant to OGC 10-32r3 specification, developed by EGI.eu (http://www.egi.eu/) under the ENVRI (http://envri.eu/) project. OSGC provides a catalogue engine built on top of a PostgreSQL+Postgis database, which exposes a cusmizable OpenSearch interface. Most of the application configuration can be set from the Admin web interface, while Data Administrators have a separated Dropbox interface, which ease the management...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Quick Query Tool for Siebel DB

    Quick Query Tool for Siebel DB

    Excel-based macro to query Siebel database and store results.

    A *really* simple Excel based macro execute SQL queries and store results in the workbook. Useful for quick queries, that need back and forth between Siebel application and database. Useless if you are already having SQL Developer, TOAD or some such tool.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Redhat Linux Oracle OVM Systems Monitor

    Redhat Linux OVM System Performance Monitoring

    It's a very light Redhat Linux and Oracle OVM System Performance Monitoring tool written in Perl using rrdtool for Database and Graphing. Allows you to query the RRD database given a set of dates and generates a web based graphs. Easy to install. Uses less disk space than most performance monitoring tool. Data of each host monitored is kept for 2 years and occupy less that 25 MB of disk space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    OstrivDB

    OstrivDB

    Embedded NoSQL object-oriented database engine for .NET and Mono

    OstrivDB is an embedded NoSQL object-oriented database engine for Microsoft .NET and Mono. OstrivDB was named after the Oster river (the little river in little town where author lives). Features: - Caching for Select queries. - Indexing. - Batch of queries. - Views. - InMemory objects and views. - No special query language (LINQ used). - Integrated sorting and paging. - Multithreaded data processing. - Custom input/output and serialization. Requirements: - Microsoft .NET...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Our aim is to enable Web applications to consume linked data from the Web. With SQUIN (Semantic Web Query Interface) we will provide a Web data query service as an addition to the LAMP technology stack. This service executes queries over the whole We
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    WySQL provides CLI-like web access to SQL DB, implementing a driver for dbms abstraction (MySQL,PostgreSQL,...). Includes: WyCSV (CSV/SQL interface), WyForm (HTML/SQL form edit/play/data), WyCode (code/query/grants analizer), WyAgenda (events schedule).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    OndroSQL

    OndroSQL

    Thick SQL browser with query debug helping features

    Thick SQL browser with query debug helping features good arangement of components and shortcuts - fast application run - intuitive user operations - everything on the place where it is expected - imports and validates SQL queries from the source code of developed application For the changelog see the wiki pages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    music-barrel

    Music juke box for Raspberry Pi, web/mobile inteface

    Web interfaced music juke box for Raspberry Pi Features set auto scan local and remote storage for music file and store them in database with separated type, quality, year, genre, album, artist, composer, song, duration, tags, and original location Manually adding directories or songs in the database above Create playlists (static) Create playlist ad hoc by query or wizard driven Add songs to static playlists Navigate over file system with filtering Play...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    InfiniDB Community
    InfiniDB is now hosted on github.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Nexus: Database WinForm Usercontrol

    Nexus: Database WinForm Usercontrol

    ECM / DMS, Projectmanagement, TimeRecording, ... ERP

    Nexus is a databaseapp-designer to develop databasedriven apps or embedd dbdriven WinForm-Controls into your app. This project is here, to open sources for programmers who want to adapt something to FileBase - ECM or JobTicker which were written for Nexus. Problems? Questions? Contact me -> info@biternal.com or visit http://www.biternal.com/german_filebase.html TAGS: ECM DMS Scann Workflow Archive Revision Timerecording Database Front-Ends Search Query Report Development .NET...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23

    fwsql

    FWSQL is a SQL firewall. It learn, analyze and block SQL query

    FWSQL is a SQL firewall. Its main purpose is to analyze each SQL query and, if it is allowed, proxy it to a SQL server.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    di-history-join-plugin

    Plugin for Pentaho Data Integration used to supply a method to join tw

    This plugin supply a method to join two tables using the date-from and date-to history. It use the two dates that indicate the life of the record and join using a query (like the database join plugin) to resolve the record's story of the two entities.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    Flask-AppBuilder

    Rapid web application development (python + Flask)

    Simple and rapid Application builder, built on top of Flask. includes detailed security, auto form generation, google charts and much more. Demo on: http://flaskappbuilder.pythonanywhere.com/
    Downloads: 0 This Week
    Last Update:
    See Project