Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Are you looking for a Database engine, or a Query Engine, or an Object Relational Mapper?</p> <p>Database engines you can use </p> <ul> <li><a href="http://www.microsoft.com/sqlserver/2008/en/us/default.aspx" rel="nofollow noreferrer">MS SQL</a></li> <li><a href="http://www.sqlite.org/" rel="nofollow noreferrer">SQLite</a></li> <li><a href="http://www.mysql.com/" rel="nofollow noreferrer">MySql</a></li> <li><a href="http://www.oracle.com/database/index.html" rel="nofollow noreferrer">Oracle</a></li> <li><a href="http://www.postgresql.org/" rel="nofollow noreferrer">PostgreSQL</a></li> <li><a href="http://couchdb.apache.org/" rel="nofollow noreferrer">CouchDB</a></li> </ul> <p>Query Engines/ORMs, you can use</p> <ul> <li><a href="http://www.subsonicproject.com/" rel="nofollow noreferrer">SubSonic</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/bb425822.aspx" rel="nofollow noreferrer">Linq-to-Sql</a></li> <li><a href="https://www.hibernate.org/" rel="nofollow noreferrer">Hibernate</a>/<a href="https://www.hibernate.org/343.html" rel="nofollow noreferrer">NHibernate</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/h43ks021%28VS.71%29.aspx" rel="nofollow noreferrer">ADO.Net</a></li> <li><a href="http://msdn.microsoft.com/en-us/library/aa697427%28VS.80%29.aspx" rel="nofollow noreferrer">Entity Framework</a></li> </ul> <p>And countless others. If you're doing .Net development, take a look at SubSonic. Rob Conery and the other contributors are working on some amazingly cool stuff that you might be looking for, like the SimpleRepository and ActiveRecord (almost like a rails style type of data modeling/persistence type of deal).</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload