Showing 2803 open source projects for "mysql-python"

View related business solutions
  • Crowdtesting That Delivers | Testeum Icon
    Crowdtesting That Delivers | Testeum

    Unfixed bugs delaying your launch? Test with real users globally – check it out for free, results in days.

    Testeum connects your software, app, or website to a worldwide network of testers, delivering detailed feedback in under 48 hours. Ensure functionality and refine UX on real devices, all at a fraction of traditional costs. Trusted by startups and enterprises alike, our platform streamlines quality assurance with actionable insights.
    Click to perfect your product now.
  • Test your software product anywhere in the world Icon
    Test your software product anywhere in the world

    Get feedback from real people across 190+ countries with the devices, environments, and payment instruments you need for your perfect test.

    Global App Testing is a managed pool of freelancers used by Google, Meta, Microsoft, and other world-beating software companies.
    Try us today.
  • 1
    Common Resource Grep - crgrep

    Common Resource Grep - crgrep

    Common Resource Grep

    CRGREP searches for matching text in databases, various document formats, archives and other difficult to access resources. A command line tool for name and content text matching in database tables, plain files, MS Office documents, PDF, archives, MP3 audio, image meta-data, scanned documents, maven dependencies and web resources. CRGREP will search resources within resources of any arbitrary combination or depth, so text within a document within a zip archive, and so on. Here you...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 2
    Pity

    Pity

    API test platform

    Pity is a powerful and user-friendly open-source API test platform that supports automated test case creation, test scheduling, and result visualization. Designed for developers and QA teams, it provides a web-based interface for writing, organizing, and executing HTTP tests, making it easy to maintain robust API quality in CI/CD pipelines.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    phpMyAdmin Desktop

    phpMyAdmin Desktop

    Desktop application of phpMyAdmin on loclhost server

    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    LiteSQL is a codegenerator and C++ library that integrates C++ objects tightly to relational database and thus provides an object persistence layer. LiteSQL supports SQLite3, PostgreSQL, MySQL and oracle as backends.
    Downloads: 9 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 5
    Walrus

    Walrus

    Lightweight Python utilities for working with Redis

    The purpose of walrus is to make working with Redis in Python a little easier. Rather than ask you to learn a new library, walrus subclasses and extends the popular redis-py client, allowing it to be used as a drop-in replacement. In addition to all the features in redis-py, walrus adds support for some newer commands, including full support for streams and consumer groups. Persistent structures implemented on top of Hashes. Supports secondary indexes to allow filtering on equality, inequality...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 6

    dbsql++

    Generic C++ SQL wrapper over different SQL DB engines.

    Generic C++ SQL client wrapper over different SQL DB engines. Using a unified interface, it currently supports MySQL/MariaDB, ODBC, PostgreSQL and SQLite.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    VAERity

    VAERity

    Uncovering truth in data

    VAERity is a free, open source tool to graphically explore the VAERS data set. It aims to eventually expand in scope to allow fast querying of arbitrary large datasets. It utilizes vaex and pandas as required to provide a balance of speed and query flexibility.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    gjots2

    gjots2

    hierarchical note jotter - organise your ideas, notes, facts in a tree

    2023/04/04: MIGRATED TO https://gitlab.com/wef/gjots2 gjots2 is a fairly simple jotter (outline processor) application for your desktop. See http://bhepple.freeshell.org/gjots
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    Database Backup Manager

    Database Backup Manager

    Database backup manager for dumping to and restoring databases from S3

    This package provides a framework-agnostic database backup manager for dumping to and restoring databases from S3, Dropbox, FTP, SFTP, and Rackspace Cloud. Backup the development database to Amazon S3. The S3 backup path will be test/backup.sql.gz in the end, when gzip is done with it. Once installed, the package must be bootstrapped (initial configuration) before it can be used. We recommend using the vagrant configuration supplied with this package for development and contribution. Simply...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Secure remote access solution to your private network, in the cloud or on-prem. Icon
    Secure remote access solution to your private network, in the cloud or on-prem.

    Deliver secure remote access with OpenVPN.

    OpenVPN is here to bring simple, flexible, and cost-effective secure remote access to companies of all sizes, regardless of where their resources are located.
    Get started — no credit card required.
  • 10
    Mycat2

    Mycat2

    MySQL Proxy using Java NIO based on Sharding SQL, Calcite

    Open source intermediate for the MySQL database network protocol written in Java language, open source of GPLv3 protocol. Custom Calcite distributed query engine, edit SQL to relationship algebra expression, rule optimization engine, and cost optimization engine, generate physical execution plan, support logic view. Any cross-currant cross-table join query, support cross-currant cross-table non-associated query, support cross-currant cross-table association query, support cross-currant cross...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    DataStation Community Edition

    DataStation Community Edition

    App to easily query, script, and visualize data from every database

    DataStation is an open-source data IDE for developers. It allows you to easily build graphs and tables with data pulled from SQL databases, logging databases, metrics databases, HTTP servers, and all kinds of text and binary files. Need to join or munge data? Write embedded scripts as needed in languages like Python, JavaScript, R or SQL. All in one application. Build reports with graphs, charts and tables. Script against data. Cross-platform: Windows, macOS, and Linux. Easily fetch your data...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    CloverDB

    CloverDB

    A lightweight document-oriented NoSQL database written in pure Golang

    CloverDB is a lightweight NoSQL database designed to be simple and easily maintainable, thanks to its small code base. It has been inspired by tinyDB. CloverDB has been written for being easily maintainable. As such, it trades performance with simplicity and is not intended to be an alternative to more performant databases such as MongoDB or MySQL. However, there are projects where running a separate database server may result overkilled, and, for simple queries, network delay may be the major...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 13

    myoradump

    MyOraDump is a tool for exporting data from an Oracle database

    MyOraDump is a program that will export oracle data stored in most of the basic oracle types as a text file that can for example be used for import into other databases, for example MariaDB and MySQL. The program is written in C using OCI and supports array fetching, which means good performance. In addition BLOB, CLOB, NCLOB as well as RAW, LONG and LONG RAW is supported. Output can be in several formats, like separated values, JSON, MySQL dump and HTML.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    gormt

    gormt

    database to golang struct

    mysql database to golang struct conversion tools base on gorm(v1/v2). You can automatically generate golang sturct from mysql database. big Camel-Case Name Rule, JSON tag. Database tables, column field annotation support. JSON tag and JSON tag output. gorm.Model Support export gorm.model. PRIMARY_KEY Specifies column as primary key. UNIQUE Specifies column as unique. NOT NULL Specifies column as NOT NULL. INDEX Create index with or without name, same name creates composite indexes. UNIQUE_INDEX...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    seladb/pickledb-rs

    seladb/pickledb-rs

    PickleDB-rs is a lightweight and simple key-value store

    PickleDB-RS is a lightweight, fast, and key-value store written in Rust. Inspired by the Python PickleDB, it provides a simple, NoSQL database for small applications that require persistent key-value storage without the overhead of full-fledged databases. It is designed for speed and ease of use, with a JSON-based storage format.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Redwood Database

    Redwood Database

    A highly-configurable, distributed, realtime database

    Redwood is an opinionated, full-stack JavaScript/TypeScript web framework built for the modern JAMstack and serverless environments. It combines React for frontend, GraphQL for data fetching, and Prisma for database management, all in a unified developer experience. Redwood is designed for building scalable SaaS products, startups, and internal tools rapidly, with a focus on convention over configuration. Its CLI-driven development model, authentication integrations, and deployment support...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 17
    https://codeberg.org/andybalaam/migratedata
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Digitization Metadata Editor is a Content Management System for Digital Libraries. It's a complex web-based system supporting all essential steps in the development of the digital library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    dbm

    dbm

    Full platform database management tool

    Full platform database management tool, supports ClickHouse, Presto, Trino, MySQL, PostgreSQL...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 20
    Downloads: 1 This Week
    Last Update:
    See Project
  • 21

    LabView Database Library

    Best LabView Database library available!

    sql_LV.llb is a high-performance library for interfacing your LabView application with your ODBC or MySQL-based database. Result and data sets are handled as cluster arrays.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    SQLancer

    SQLancer

    Automated testing to find logic and performance bugs

    SQLancer is a tool to automatically test Database Management Systems (DBMSs) in order to find bugs in their implementation. That is, it finds bugs in the code of the DBMS implementation, rather than in queries written by the user. SQLancer has found hundreds of bugs in mature and widely-known DBMSs. SQLancer implements approaches for automatically generating SQL statements. It contains various hand-written SQL generators that operate in multiple phases. First, a database schema is created,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    oops-easytrack

    oops-easytrack

    A bug tracking system in a wlan-, web- or rmi-environment

    Oops-easytrack is a Bug Tracking System, implemented as a wlan-, web- and RMI-based version. Bugs are created, modified, logged or searched. Users, projects,components and releases can be administrated. Reports of 4 types may be generated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    KvFront

    KvFront

    A GUI tool for redis & memcached

    Description: ----------------------------- KvFront is a GTK+ 3.0 based Redis GUI and Memcached GUI .It is totally free and open source. KvFront features an easy-to -use and straightforward graphical user interface, allowing users to easily work with Redis and Memcached in Linux based GTK+ 3.0 desktop environment. Its highlights include the ability to manage Redis and Memcached. It supports the most of data structures of Redis and Memcached, as well as to view the status of Redis and...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    gobang

    gobang

    A cross-platform TUI database management tool written in Rust

    A cross-platform TUI database management tool written in Rust. Cross-platform support (macOS, Windows, Linux). Multiple Database support (MySQL, PostgreSQL, SQLite). Intuitive keyboard-only control. gobang means a Japanese game played on goban, a go board. The appearance of goban looks like table structure. If you’re using Homebrew or Linuxbrew, install the gobang formula. If you want to add connections, you need to edit your config file.
    Downloads: 5 This Week
    Last Update:
    See Project
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.