Object Oriented Software

Browse free open source Object Oriented software and projects for Windows and BSD below. Use the toggles on the left to filter open source Object Oriented software by OS, license, language, programming language, and project status.

  • Get Avast Free Antivirus | Your top-rated shield against malware and online scams Icon
    Get Avast Free Antivirus | Your top-rated shield against malware and online scams

    Boost your PC's defense against cyberthreats and web-based scams.

    Our antivirus software scans for security and performance issues and helps you to fix them instantly. It also protects you in real time by analyzing unknown files before they reach your desktop PC or laptop — all for free.
    Free Download
  • 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
    db4o is the world's leading open source object database for Java and .NET. Leverage fast native object persistence, ACID transactions, query-by-example, S.O.D.A object query API, automatic class schema evolution, small size (http://developer.db4o.com)
    Leader badge
    Downloads: 52 This Week
    Last Update:
    See Project
  • 2
    JoSQL (Java Objects SQL) provides SQL capabilities for querying, ordering and grouping of collections of Java objects (POJOs). It allows a SQL statement to be applied to the collection of objects and the matching set returned, ordered and grouped.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 3
    A complete, fast, previously commercial, JDO 1.0.1 implementation for databases, opened by Versant in 2005 and then abandoned in early 2006. The design-time code is already in Eclipse Dali. This project is the original source drop, including the runtime.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 4
    DBvolution

    DBvolution

    Java library to remove Object/Relation Impedance

    Now stored at https://github.com/gregorydgraham/DBvolution Available from Maven Central: nz.co.gregs.dbvolution Makes relational data easy and fast to use with semantic annotations and encapsulated datatypes. Simple declaration of a DB table: @DBTableName("mytable") public class MyTable extends DBRow { @DBColumn("numeric_code") @DBForeignKey(Code.class) private DBNumber numericCode = new DBNumber(); @DBColumn("uid_mytable") @DBPrimaryKey @DBAutoIncrement private DBNumber uidMyTable = new DBNumber(); } Easy Gets: List<MyTable> myRows = myDB.get(new MyTable()); MyTable row = myDB.getDBTable(new MyTable()).getByPrimaryKey(61176904); Natural and Outer Joins and Criteria: CarCo carCo = new CarCo(); carCo.name.isLiterally("GM"); List<DBQueryRow> results = myDB.get(carCo, new Marque()); dbQuery.addOptional(new CarModel()); Easy debugging: query.getSQLForQuery(); Simple processing: db.print(query.getAllRows()); List<Marque> marques = query.getAll
    Downloads: 2 This Week
    Last Update:
    See Project
  • MongoDB Atlas | Run databases anywhere Icon
    MongoDB Atlas | Run databases anywhere

    Ensure the availability of your data with coverage across AWS, Azure, and GCP on MongoDB Atlas—the multi-cloud database for every enterprise.

    MongoDB Atlas allows you to build and run modern applications across 125+ cloud regions, spanning AWS, Azure, and Google Cloud. Its multi-cloud clusters enable seamless data distribution and automated failover between cloud providers, ensuring high availability and flexibility without added complexity.
    Learn More
  • 5
    JXmlSql is a Java database API ( MySql, Oracle, Access )that eliminates JDBC code. JXmlSql allows developers to define application and prepopulation SQL statements inside xml files. Options for query, insert, update, delete, report and prepopulation SQL.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6
    JPOX was an Apache2 licensed standards-driven Java persistence implementation. It is replaced by DataNucleus http://www.datanucleus.org
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7
    PHPersistencia is a database persistence layer for PHP, offering Object Oriented interface to access the data, generating sql queries transparently for insert/update, selecting data as object collection and verifing data types without database access
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    Php Object Generator is an open source PHP code generator which generates clean & tested Object Oriented code for your PHP4/PHP5 application. By generating PHP objects with integrated CRUD methods, POG gives you a head start in any project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9
    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: 1 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
  • 10
    A well designed and portable SQLite wrapper library for C++ You're welcome to make suggestions for design improvements. Feature requests are welcome too.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    PHP Class Generator will generate PHP 5 source code from your mysql BD model. PCG The internal optimizer self create objects on demand and provide fluid interface. You can plug-it on Zend Framework. PCG takes advantage of technological lead of language.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    AQAL makes easy to access data on DBs without know SQL. It implements Business Object/Manager pattern: Object maps table, builds SQL syntax, carries data; Manager performs queries, handles Objects (conveniently extended by Application Business Objects).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    ADbD is Abstract Database Library. Written in PHP5. Is design for speed and simplicity.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    The Adept Library contains a lightweight Java Object database for stand-alone applications. It is designed for simplicity of use, exposing a simple DTO - no need for copy logic or complex serialisation techniques. It is also a powerful general library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    B2DB is an object oriented database abstraction layer for PHP. Smart, clean and consistent - B2DB is fully object oriented and written for PHP5.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Beagle is a Java lightweight framework to fetch database entries in an optimized data structure.It can be useful in those application that need to a fast data access.It is designed around Agile Methodologies with pattern of Test Driven Development.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    BizBlox is a simple to use Object Relational Mapper API for .Net. On top of the usual features you expect from an ORM it provides native support for web services using transfer objects and partial transfer objects.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18

    Bridge to Babylon

    Object relational mapper

    Bridge To Babylon is a java object relational mapper (java ORM). It is intended to be lightweight and easy to use.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    BuzzSQL is a thin layer over Java JDBC that manages automatic configuration of database connection setup, pooling, configuration, logging, and statement handling.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Catnap is a lightweight Java persistence layer which stores and retrieves objects from an Oracle database using PL/SQL packages.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    .NET library (written in C#) for developers writing data access code that is less cumbersome than straight ADO.NET and is almost entirely database platform independent for most database platforms.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Data Access Objects for PHP5. A set of classes used for connecting to databases in PHP5. The goal is to provide PHP5 developers with a unified OO API to access databases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    That project aims at providing a framework for SOCI (http://soci.sourceforge.net), so as to ease the packaging and delivery processes, allowing to deliver packages for a great number of Linux distributions, as well as for other Unices and MS Windows.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    The Harmoni PHP Project consists of three major components: 1) A PHP application framework and architecture, offering, e.g. authentication, DBC, file storage 2) PHP OKI OSID (service definitions) conversion system 3) PHP implementations of those OSIDs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    By allowing you to simply and efficiently move data from Relational to Java Objects to XML and back again, Hydrate gives you the tools to merge, manipulate and report on data from your strategic and legacy reference data, and enterprise data warehouses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • 3
  • 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.