Open Source Python Database Software for Mac - Page 9

Python Database Software for Mac

View 95 business solutions

Browse free open source Python Database Software for Mac and projects below. Use the toggles on the left to filter open source Python Database Software for Mac by OS, license, language, programming language, and project status.

  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    The database for AI-powered applications.

    MongoDB Atlas is the developer-friendly database used to build, scale, and run gen AI and LLM-powered apps—without needing a separate vector database. Atlas offers built-in vector search, global availability across 115+ regions, and flexible document modeling. Start building AI apps faster, all in one place.
    Start 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
    PyCrossDB is a python module that facilitates cross database system queries with a DB-API V2 interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    PyDal is a pure Python database abstraction layer. It provides a DBAPI 2.0 wrapper for DBAPI 2.0 drivers. Sounds strange, but even drivers that fully conform to the API can differ enough to make building database independent applications difficult.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    The PyDB2 package provides a Python DB API 2.0 interface to IBM's DB2 database management system. The package also includes various tools for working with DB2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Entity-relation (ERW) database modeling tool for both windows and *nix/*nux. PyDBDesigner intends to be similar to Power Designer or Erwin. Both physical and logical models are supported. Main features are database modeling, SQL generation, documentation
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on AWS with Proven Frameworks Icon
    Build Securely on AWS 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
    PyDbLite is a pure-Python, fast, in-memory database with a Pythonic syntax (no SQL)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    PyID3 is an all-in-one ID3 reader/writer for Python. It is quick, has an easy-to-use interface, and provides support for both ID3v1 and ID3v2 tags.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    Python DB driver for Java JDBC. Allows CPython programs to use a java JDBC driver to connect with a database server. It's API is Python DB compliant. ZJdbcDA (a zope database adapter) is also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    PyORQ (Python Object Relational binding with Queries) defines a new object-relational mapping. Native Python expressions which are translated automatically into SQL allow you to use the search capability of a relational database in an OO environment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    Simple Python-based PostgreSQL replicator using a master plpython trigger, signals, sequences, and a python client script See http://pgfoundry.org/projects/pyreplica/ for latest news and file releases
    Downloads: 0 This Week
    Last Update:
    See Project
  • Get the most trusted enterprise browser Icon
    Get the most trusted enterprise browser

    Advanced built-in security helps IT prevent breaches before they happen

    Defend against security incidents with Chrome Enterprise. Create customizable controls, manage extensions and set proactive alerts to keep your data and employees protected without slowing down productivity.
    Download Chrome
  • 10
    PyTablet is a self organizing DB for semi-structured data. PyTablet behave like a huge persistable dictionary where keys are ID and values are dictionary-like objects that can link each other and contain simple values.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    A Python interface to the WordNet database (www.cogsci.princeton.edu/~wn).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    PycoDB
    A databasing system for users with minimal needs which reads directly from human-readable plaintext files stored in a specified path.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    Pypersyst is an object persistence library for Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Paos is a server for Python objects and event notifications, and comes with a client module for network communication and object cache management. Paos is often used in workflow systems and similar applications.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    A lightweight, browsing-based, 100% Python, federated data integration framework. Users may create custom schemas for disparate sources, query and expand results across sources to find related data; for use in fields such as bioinformatics and datamining
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    dbo is a database object relational mapper (ORM) written entirely in Python. Tables are represented using a straightforward python class and row instances are encapsulated as python instances. Joins, views, transactions, and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Creates really cool and useful hypermaps from SQL database schema, consists of a small PL/SQL metadata extractor and a Python (or C) postprocessor file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is intended as an open-source, multi-platform link diagramming tool for intelligence analysis. The goal is to be able to store objects using any database abstraction or in XML. This project needs much wheel reinvention, so assistance is welcome.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    This project provides a means to access Microsoft's SQL Server when installed with their HTTP / SQL XML interface component.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    PySQLdb provides a simple and consistent programming interface to SQL databases, in Python. The PySQLdb classes are abstracted sufficiently for programmers consider writing tiny compilers (in python!) that take a SQL file and auto-generate code to acc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Python Schema Diff is a python-based tool which permits to give the differences between two database schema. Its HTML rendering makes it easy for sharing this useful information among a team.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Python module for accessing RFC 2229 compliant dictionary servers. Includes classes and runs as a standalone client (a la dict) as well as a CGI script.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Quasi is Yet Another Python Shell, but with a twist. It supports pluggable "contexts" for non-Python commands, such as OS commands, MySQLdb queries and external programs. At last you can write: for x in `os ls *.py`: `os cp $x my_backups`
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Tools for documentation and public access to social science studies : web-based interface for study documentation and XML generation under the DDI format, python script to import some tags of XML files to a MySQL database.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    QuivrHQ

    QuivrHQ

    Opiniated RAG for integrating GenAI in your apps

    Quivr is an open-source platform that leverages Retrieval-Augmented Generation (RAG) to integrate Generative AI into applications. It serves as a "second brain," enabling users to build powerful AI-driven assistants that can process and retrieve information efficiently. Quivr supports various large language models and vector stores, providing flexibility and customization for developers.
    Downloads: 0 This Week
    Last Update:
    See Project