Showing 985 open source projects for "sqlite and mysql"

View related business solutions
  • Level Up Your Cyber Defense with External Threat Management Icon
    Level Up Your Cyber Defense with External Threat Management

    See every risk before it hits. From exposed data to dark web chatter. All in one unified view.

    Move beyond alerts. Gain full visibility, context, and control over your external attack surface to stay ahead of every threat.
    Try for Free
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    sqldef

    sqldef

    Idempotent schema management for MySQL, PostgreSQL, and more

    sqldef is a schema migration tool that automatically generates SQL migration statements by comparing database schemas. Instead of writing migrations manually, developers define the desired schema, and sqldef computes the difference. It's compatible with MySQL, PostgreSQL, SQLite, and others, making migrations safer and more maintainable.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 2
    SQL Studio

    SQL Studio

    SQL Database Explorer [SQLite, libSQL, PostgreSQL, MySQL/MariaDB

    SQL Studio is a database explorer supporting multiple databases like SQLite, libSQL, PostgreSQL, MySQL/MariaDB, DuckDB, and ClickHouse.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    DB Dumper

    DB Dumper

    Dump the contents of a database

    DB Dumper is a simple PHP library for creating database dumps of MySQL, PostgreSQL, and SQLite databases. It provides a fluent, expressive API that lets developers configure backup paths, credentials, and additional options. DB Dumper is ideal for integrating automated backups into Laravel or other PHP-based applications.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    PostfixAdmin

    PostfixAdmin

    Web based virtual user administration interface for Postfix mail

    PostfixAdmin is a web-based interface for managing mail domains, mailboxes, and aliases for Postfix mail servers. It allows administrators to add and configure virtual domains and email users easily, supporting MySQL, PostgreSQL, and SQLite as backend databases. It's widely used in self-hosted email setups for simplifying email management.
    Downloads: 4 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5
    DBHub

    DBHub

    Universal database MCP server connecting to MySQL, PostgreSQL

    ...It supports multiple transports—stdio for desktop clients and HTTP for networked scenarios—making it flexible to embed or deploy. Configuration is environment-variable driven, with a DSN and per-engine settings covering Postgres, MySQL, MariaDB, SQL Server, and SQLite. Operational flags include read-only mode, row limits, and even SSH tunneling options for secure access into private networks. A demo mode ships with an in-memory SQLite “employee” dataset so users can try the tools immediately without provisioning a database. The project lives in the Bytebase org alongside database DevSecOps tooling, underscoring a production focus on safe and auditable DB interaction.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    EFCore.BulkExtensions

    EFCore.BulkExtensions

    Entity Framework EF Core efcore Bulk Batch Extensions with BulkCopy

    ...It significantly improves performance when working with large datasets and supports batching, upserts, and change tracking. The library is compatible with popular databases like SQL Server, PostgreSQL, MySQL, and SQLite.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    SeaQuery

    SeaQuery

    A dynamic SQL query builder for MySQL, Postgres and SQLite

    SeaQuery is a query builder to help you construct dynamic SQL queries in Rust. You can construct expressions, queries and schema as abstract syntax trees using an ergonomic API. We support MySQL, Postgres and SQLite behind a common interface that aligns their behavior where appropriate.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Antares

    Antares

    A modern, fast and productivity driven SQL client with a focus in UX

    Antares is a modern, cross-platform SQL client built with Electron and Vue.js. It offers a clean and intuitive UI for managing databases like MySQL, PostgreSQL, SQLite, and more. Designed for developers and DBAs, Antares supports tabbed browsing, query editing with syntax highlighting, and visual schema exploration, making it a powerful alternative to heavier database tools.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    PHP-CRUD-API

    PHP-CRUD-API

    Single file PHP script that adds a REST API to a SQL database

    Single file PHP script that adds a REST API to a MySQL/MariaDB, PostgreSQL, SQL Server or SQLite database. Howto: Upload "api.php" to your webserver, configure it to connect to your database, have an instant full-featured REST API. This is the TreeQL reference implementation in PHP. This is a single file application! Upload "api.php" somewhere and enjoy! For local development you may run PHP's built-in web server.
    Downloads: 2 This Week
    Last Update:
    See Project
  • The All-in-One Commerce Platform for Businesses - Shopify Icon
    The All-in-One Commerce Platform for Businesses - Shopify

    Shopify offers plans for anyone that wants to sell products online and build an ecommerce store, small to mid-sized businesses as well as enterprise

    Shopify is a leading all-in-one commerce platform that enables businesses to start, build, and grow their online and physical stores. It offers tools to create customized websites, manage inventory, process payments, and sell across multiple channels including online, in-person, wholesale, and global markets. The platform includes integrated marketing tools, analytics, and customer engagement features to help merchants reach and retain customers. Shopify supports thousands of third-party apps and offers developer-friendly APIs for custom solutions. With world-class checkout technology, Shopify powers over 150 million high-intent shoppers worldwide. Its reliable, scalable infrastructure ensures fast performance and seamless operations at any business size.
    Learn More
  • 10
    Doctrine JSON Functions

    Doctrine JSON Functions

    Doctrine DQL functions for SQL JSON data type

    DoctrineJsonFunctions is a library that adds native support for JSON-related SQL functions to Doctrine ORM. It extends Doctrine’s DQL capabilities to handle PostgreSQL, MySQL, and SQLite JSON functions, enabling developers to write expressive queries involving JSON fields directly in DQL. This is especially useful for applications that store semi-structured data in relational databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Pony ORM

    Pony ORM

    Pony Object Relational Mapper

    Pony ORM is a Python ORM that enables developers to write database queries using generator expressions and Pythonic syntax, making code more readable and intuitive. It automatically translates Python expressions into SQL and supports multiple databases including SQLite, MySQL, PostgreSQL, and Oracle. With an emphasis on simplicity and maintainability, Pony ORM is suitable for both small projects and complex applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    db

    db

    Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite, etc.

    upper/db is a productive data access layer (DAL) for Go that provides agnostic tools to work with different data sources. Data access layer for PostgreSQL, CockroachDB, MySQL, SQLite and MongoDB with ORM-like features. Our agnostic API is compatible with SQL and NoSQL databases. Use the SQL builder or raw SQL statements for advanced cases. An (optional) ORM-like layer is available for all your data modelling needs. The goal of upper/db is to give you tools for the most common operations with databases and stay out of the way in more advanced cases. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    HeidiSQL

    HeidiSQL

    A lightweight client for managing MariaDB, MySQL, SQL Server, etc.

    HeidiSQL is a lightweight, open-source client for managing relational databases. It provides a user-friendly interface for browsing and editing data, creating and modifying tables, and executing SQL queries. HeidiSQL supports various database systems, making it a versatile tool for developers and database administrators.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 14
    Adminer

    Adminer

    Database management in a single PHP file

    Adminer (formerly phpMinAdmin) is a full-featured database management tool written in PHP. Conversely to phpMyAdmin, it consist of a single file ready to deploy to the target server. Adminer is available for MySQL, MariaDB, PostgreSQL, SQLite, MS SQL, Oracle, Elasticsearch, MongoDB and others via plugin. Replace phpMyAdmin with Adminer and you will get a tidier user interface, better support for MySQL features, higher performance and more security. Connect to a database server with username and password. Select an existing database or create a new one. ...
    Downloads: 65 This Week
    Last Update:
    See Project
  • 15
    SQLTools

    SQLTools

    Database management for VSCode

    VSCode-SQLTools is a Visual Studio Code extension that enhances database management and development. It provides a rich set of features for connecting to databases, executing queries, and managing data directly within the code editor.
    Downloads: 7 This Week
    Last Update:
    See Project
  • 16
    Dbmate

    Dbmate

    A lightweight, framework-agnostic database migration tool

    ...It is a standalone command line tool, which can be used with Go, Node.js, Python, Ruby, PHP, or any other language or framework you are using to write database-backed applications. This is especially helpful if you are writing many services in different languages, and want to maintain some sanity with consistent development tools. Supports MySQL, PostgreSQL, SQLite, and ClickHouse. Uses plain SQL for writing schema migrations. Migrations are timestamp-versioned, to avoid version number conflicts with multiple developers. Migrations are run atomically inside a transaction. Supports creating and dropping databases (handy in development/test). Supports saving a schema.sql file to easily diff schema changes in git. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 17
    DDN

    DDN

    DDN, Data Delivery Network, a next generation blockchain system

    ...Pluggable, good scalability can help you quickly requirement your requirement. Multi platforms, you can use DDN in Linux, Win, and Mac. Multi databases, you can use Mysql, SQLite, Oracle, etc. Multi-function, payment, certificate storage, AOB, DAPP, etc. Multi industry, currently covering copyright protection, electronic medicine, food safety, anti-counterfeiting traceability and other fields. Visual deployment, you can customize your own blockchain by clicking the mouse and publish it to the peer server. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 18
    Sequelize

    Sequelize

    A promise-based multi SQL dialect Node.js ORM

    Sequelize is a promise-based Node.js ORM for Postgres, MySQL, MariaDB, SQLite and Microsoft SQL Server. It features solid transaction support, relations, eager and lazy loading, read replication and more. Sequelize follows SEMVER. Supports Node v6 and above to use ES6 features. Sequelize v5 was released on March 13, 2019. Official TypeScript typings are now included. Sequelize can be used since the beginning in order to automate the creation of every table in your database. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 19
    EF Core

    EF Core

    Object-database mapper for .NET

    ...Entity Framework Core is a modern object-database mapper for .NET. It supports LINQ queries, change tracking, updates, and schema migrations. EF Core works with many databases, including SQL Database (on-premises and Azure), SQLite, MySQL, PostgreSQL, and Azure Cosmos DB. To install EF Core, you install the package for the EF Core database provider(s) you want to target. This tutorial uses SQLite because it runs on all platforms that .NET Core supports. This application intentionally keeps things simple for clarity. Connection strings should not be stored in the code for production applications. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    DbGate

    DbGate

    Database manager for MySQL, PostgreSQL, SQL Server, MongoDB

    Database manager for MySQL, PostgreSQL, SQL Server, MongoDB, SQLite and others. Runs under Windows, Linux, Mac or as web application. DbGate is a cross-platform database manager. It's designed to be simple to use and effective when working with more databases simultaneously. But there are also many advanced features like schema compare, visual query designer, chart visualization or batch export and import.
    Downloads: 57 This Week
    Last Update:
    See Project
  • 21
    Pejota

    Pejota

    The ERP and CRM, multi language, for freelancers

    PeJota is a Freelancer/solo entrepreneur‑focused ERP/CRM built on PHP/Laravel with FilamentPHP UI. It includes client/project/contracts/tasks/timesheets and invoice management in a lightweight monolithic app, ideal for multilingual SMB use.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 22
    SIDU admin GUI : MySQL PostgreSQL SQLite
    SIDU is a FREE database web GUI written in PHP. Handy and powerful for MySQL + PostgreSQL + SQLite + CUBRID. SIDU is simple and easy DB tool to use! SIDU has all features you need for database admin and web development. It's a great DB admin tool! No installation need. Best database front-end web based tools, cross platform looking no further
    Downloads: 5 This Week
    Last Update:
    See Project
  • 23
    Orange ORM

    Orange ORM

    The ultimate ORM for Node and Typescript

    Orange ORM is a lightweight, reflection-free ORM for Go that emphasizes performance and direct control. It provides a SQL-like fluent API and struct tagging system to map Go structs to database tables. Orange ORM supports PostgreSQL, MySQL, and SQLite, making it suitable for fast, embedded, or minimal-dependency applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    SqlSugar

    SqlSugar

    .Net aot ORM Fastest ORM DB2 Hana Simple Easy VB.NET Sqlite orm

    SqlSugar is a high-performance, easy-to-use Object-Relational Mapping (ORM) framework for .NET. It supports multiple database systems and offers a rich set of features that simplify database operations, making it a popular choice among .NET developers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    FreeSql

    FreeSql

    .NET aot orm, VB.NET/C# orm, Mysql/PostgreSQL/SqlServer/Oracle orm

    FreeSql is a robust ORM (Object Relational Mapper) for .NET that supports multiple databases like MySQL, PostgreSQL, SQLite, Oracle, and SQL Server. It provides advanced features such as automatic entity mapping, LINQ-style queries, caching, and database-first or code-first workflows. Designed for developers who want full control and performance without sacrificing productivity.
    Downloads: 2 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 4
  • 5
  • Next
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.