Search Results for "dump sql table" - Page 10

Showing 324 open source projects for "dump sql table"

View related business solutions
  • 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
  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • 1

    Oracle replace into

    Most mysql useres will miss the "replace into" feature on oracle.

    Most mysql useres will miss the "replace into" feature on oracle. So here is a way to generate a PL/SQL Package from a given table for doing upsert/"replace into". As an improvement you will get back the new or updated primary key (if one is used).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Katropine DBmanager
    DBmanager is a PHP based software, developed for quick MySql database dump and manipulation by SQL. v1.5 compatibile with PHP 5.3. Export to SQL, XML, CVS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Allow add prefix for table names in all sql-statements.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    DaFT is a frontend to any database that can be connected via ODBC. It provides list views of tables and columns, table view of data, SQL editor, CSV,HTML,SyLK,XLS data format export, and functions for copying data between two ODBC databases.
    Downloads: 1 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, govern, and optimize agents and models with Gemini Enterprise Agent Platform.
    Start Free
  • 5
    This project hosts a couple of XSL files which enables you to migrate data from MySQL to Microsoft SQL Server with minimal efforts. You simply dump the MySQL file using the -X XML option, and then use these XSL's to generate the SQL scripts
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    The Netbeans IDE Plugin automatically generates SQL Code (currently for MySQL, PostgreSQL and JavaDB (Derby)) and Java database methods (Delete, insert into, update etc. for the created table) from the local variables of a Java class.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    DbViz produces plots of data contained in MySQL databases. Data can be viewed by looking at line graphs, xy scatter plots, and bar graphs. This greatly simplifies data analysis.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    ReportingCloud provides an open source quality implementation as an extension of the RDL specification.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Tired of table-coded design on your website? Tired of blurry source code, virtually impossible to maintain? Then give meltCMS a try. A fast, efficient, save and extremely flexible Content Management System. XHTML-, CSS-, mySQL- and XML-based.
    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
  • 10
    DBOW is a database compiler-compiler or front-end. It takes table definitions in a relatively high-level language and prepares C, C++, PHP, Perl (etc) functions for manipulating the database. It will also produce SQL table data for MySQL.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    PHP MSSQL Server Admin - Query Analyzer

    PHP MSSQL Server Admin - Query Analyzer

    You can admin a SQL Server with php, like PHPMyAdmin for MySQL

    Github repository: https://github.com/miguelaxcar/PHP-MSSQL-Server-Admin Web based tool written in PHP by Luiz Miguel Axcar to build and run queries on a remote or local MSSQL (Microsoft SQL Server). Support for SQL code highlight (!), table browser, field browser, TOP records, most used tables, CSV results export, etc. Most tested in SQL 2000 version. If you find some issue ther let me know and I help you fixing it.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    A 100% Java solution for manipulating any JDBC-compliant database. Submits SQL and displays results in a table, analyses DB structure and table content. Runs without configuration.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    BackToFront
    BackToFront parses an SQL file describing a database with a number of CREATE TABLE statements with specialised markup in the comments and generates PHP pages acting as a web front-end to the described database. Pages produced are valid XHTML/CSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Web-based Squirrel SQL client. it allow you to view database structure, import/export and manage your databases, including create database, table, store procedure, view,trigger and user. it support oracle, db2, mysql, MS SQL server, FireBird,Postgres
    Downloads: 1 This Week
    Last Update:
    See Project
  • 15
    A simple application that will accept a file of SQL statements to execute. Statements are delimited with semicolons and simple error checking done. The application is intended to automate database creation and initial table content loads
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Python library provides the briefest way to construct SQL queries in JSON form. Simple example: ('*','table',id:[1,3]) is Select * from table where id in [1,3]. Sqlalchemy patch module is provided to extend sqlalchemy with convenient jsonSQL meth
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Roles and Permissions
    This plugin adds to RoundCube the ability to easily give different permissions to users by creating a roles table and assigning users to it. This and other plugins may use its public function to register permissions and admin them with this plugin.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Yet Another Persistance System is a framework for object persistance in C# that stores wide class of C# objects into a relational database without a need for ANY REDUNDANT CODING, such as object-table maping, writing SQL commands etc.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    SqlWrapper
    Abstracts developers from SQL syntax, with methods that return Strings to pass on to JDBC, thus allowing compile-time checking for, many, otherwise run-time bugs. e.g. stmt.executeQuery(SqlWrapper.selectId(ordersTable, customerColumn, "John Smith")
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    EntityCloud
    EntityCloud is a fully typed ORM (Object Relational Mapping) library for .NET 4.0. The main strength of EntityCloud is the ease of use and is designed to relieve the programmer from the tedious and error-prone tasks, making it very intuitive to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    This project is actually a java database reporting tool and main goal of this project is end user can create the report(s) without sql knowledge.This project is under development some of the features is not available & will be available very soon.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    A fast performing utility application written in C# .net 3.5 for data administrators or developers working with SQL Server. See features and screen shots for more information. This utility application works with SQL Server 2005 or SQL server 2008.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Made with Gambas2. Output in HTML format from MySQL tables or SQL querys. It uses .CSS code for presentations. Reports can be saved in a auto-created table and customized by user. Also can print labels in .ps format form a stored label's report.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    A project to develop parsers for sql code and generate appropriate orm aware java/as code. Current version generates 1. java code with dao and dto to interface with SmartFoxServer java api. 2. as3 code (attribute list) 3. parse mysql 5.0 create table
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    It created a small modeling tool for PHP. It is very easy to use. It generate code classes of PHP. On the basis of class, we require database table to store and fetch data. It also write SQL code to create table.
    Downloads: 0 This Week
    Last Update:
    See Project
MongoDB Logo MongoDB