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
MongoDB Atlas runs apps anywhere
Deploy in 115+ regions with the modern database for every enterprise.
MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
Framework for making Windows applications that are one .exe file in AutoHotKey_L,C++,C#, VB.NET,Java,Groovy,Common Lisp,Nemerle,Ruby,Python,PHP,Lua,Tcl,Perl,Jint,S#,WSH VBScript,HTML/JavaScript/CSS,COM, PowerShell without compiling . For .NET 4.
restSQL is an ultra-lightweight data access layer. It provides a simple REST-based HTTP or Java API to access updatable views. It executes in any standard JEE container and interoperates with multiple databases, currently MySQL and PostgreSQL.
DBInit is a Java service API that allows the incremental update of a database at the start-up of an application (web, stand-alone, etc.). It works with H2 but should work as well with other databases.
Tolk is based on the Spring design pattern to Filter & Translate data from data sources eg.TCP/IP connections, text files, databases and Serial (rs232,usb,BT). Typical applications is to manipulate data and manage devices such as IPICO RFID readers
This is a web application framework, which makes easy and simple
the task of building PHP web applications based on relational
databases. See the Home Page for more details.
A PHP application framework which features: ~ Highly configurable ORM cached as XML ~ Event based server-side macros for GET and POST ~ Support for all major databases ~ Role and Group ACL ~ Mail merge ~ Field level configuration ~ Very easy to use!
Framework phpDays - flexible php framework for rapid web site development. Using MVC, logging, yaml configurations, php5 class autoloading, support all databases. Based on strict php5 OOP and php design patterns
c-dax is a C library for accessing SQL databases using a uniform programming interface. It's designed as a lightweight wrapper, with both static binding and dynamic library API. Supports SQLite 3, PostgreSQL 8.3, and MySQL 5. Check out c-dax if you want
Palma is a lightweight content delivery framework for interactive, multi-language, multi-site, multi-channel and multi-device enabled web sites. It is written in C#, comes with MS Access databases by default and is open for Visual Studio Express Edition.
Interact with databases in PHP5 with 1 line of code
A PHP5 Database Abstraction Class (MySql, Sqlite3, PostgreSQL). The goal is to help you do common database interactions in 1 line of code. Operations return native PHP types (arrays, integers, boolean) so you have less to worry about.
Casper Datasets is a robust in-memory data manipulation framework, which allows programmatic search / sort / indexing on relational data rows. Casper Datasets virtually eliminates the need for relational databases for basic data manipulation and provides
PhenomShare is a windowed AJAX rendering framework for MS SQL databases built to easily and graphically pleasingly display, interact with, and modify data nearly automatically (with only display windows and database schema requiring construction). This i
NULL DBW is a PHP 4 compatible database abstraction layer. It supports basic querying as well as transactional queries (for databases that support it).
NBearLite : NBearLite is a .NET 2.0 data access component which supports MsAccess, SqlServer, Oracle, Sqlite, MySql, PostgreSql databases. NBearLite is the new Core of the next generation of NBear V4 Framework, but can also be used seperately.
RailsDB is a web application written in Ruby using the Ruby on Rails web framework to provide a generic interface to popular opensourcedatabases such as MySQL, PostgreSQL, and SQLite.
Stasis is persistence (ORM) framework written in Java. It supports arbitrary relational databases, project-specific profiles with rules for Java-to-DB mapping, persistent-events handling or filtering expressions.
abNORM is a .NET based Object Relational Mapper which focuses on an easy, quick to learn API. It features forward- and reverse engineering of datamodels. Supported databases are Ingres, PostgreSQL and Oracle. Support for MySQL and MS SQL Server planned.
PyDAO is very thin object-relational mapper similar to Hibernate (but much simpler). Created to speed-up application development. It's very simple, but powerful, based on POPO (Plain Old Python Objects). Uses DB-API to connect to SQL databases.
Molly is a system and architecture for building dynamic database-backed web sites easily using HTML and simple MAML (XML) tags.
Molly is written in PHP and works with MySQL, PostgreSQL, Oracle, & ODBC databases, and runs on Linux, OS X, and Windows.
W2g is a framework for building web-based applications such as online databases, intranet portals or CRM systems. It has a object-oriented design and includes a session management, a template engine and a persistency engine based on Apache and MySQL.
Pony is an object-relational mapper. The most interesting feature of Pony is its ability to write queries to the database using generator expressions. Pony works with entities which are mapped to a SQL database. Using generator syntax for writing queries allows the user to formulate very eloquent queries. It increases the level of abstraction and allows a programmer to concentrate on the business logic of the application.
Following is an example of a query in Pony:
select(p for p in...