Re: Viable alternatives to SQL?

From: Martin Gainty <mgainty(at)hotmail(dot)com>
To: <kelly(dot)terry(dot)jones(at)gmail(dot)com>, "pgsql-general(at)postgresql(dot)org" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Viable alternatives to SQL?
Date: 2009-08-27 14:02:11
Message-ID: BLU142-W2974768895B3C3B1F83341AEF60@phx.gbl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Hibernate is a ORM technology which configures bean classes which will construct DB statements based on the method(create,replace,update,delete) from the bean class attributes(columns)

to quote
"Hibernate allows you to express queries in its own portable SQL
extension (HQL), as well as in native SQL, or with an object-oriented
Criteria and Example API."

Hibernate currently supports the following databases
Microsoft SQL Server 2005/2000OracleMicrosoft AccessFirebirdPostgreSQLDB2 UDBMySQLSQLite
https://www.hibernate.org/

Martin Gainty
______________________________________________
Verzicht und Vertraulichkeitanmerkung/Note de déni et de confidentialité

Diese Nachricht ist vertraulich. Sollten Sie nicht der vorgesehene Empfaenger sein, so bitten wir hoeflich um eine Mitteilung. Jede unbefugte Weiterleitung oder Fertigung einer Kopie ist unzulaessig. Diese Nachricht dient lediglich dem Austausch von Informationen und entfaltet keine rechtliche Bindungswirkung. Aufgrund der leichten Manipulierbarkeit von E-Mails koennen wir keine Haftung fuer den Inhalt uebernehmen.
Ce message est confidentiel et peut être privilégié. Si vous n'êtes pas le destinataire prévu, nous te demandons avec bonté que pour satisfaire informez l'expéditeur. N'importe quelle diffusion non autorisée ou la copie de ceci est interdite. Ce message sert à l'information seulement et n'aura pas n'importe quel effet légalement obligatoire. Étant donné que les email peuvent facilement être sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni.

> Date: Thu, 27 Aug 2009 06:43:51 -0700
> Subject: [GENERAL] Viable alternatives to SQL?
> From: kelly(dot)terry(dot)jones(at)gmail(dot)com
> To: pgsql-general(at)postgresql(dot)org
>
> Many sites let you search databases of information, but the search
> queries are very limited.
>
> I'm creating a site that'll allow arbitrary SQL queries to my data (I
> realize I'll need to handle injection attacks).
>
> Are there other viable ways to query data? I read a little on
> "Business System 12" (BS12), Tutorial D, and even something called
> T-SQL (I think), but they all seem theoretical and not fully
> implemented.
>
> I want a query language that non-techies can use easily, but also
> supports arbitrarily complex queries. Does such a language exist?
>
> --
> We're just a Bunch Of Regular Guys, a collective group that's trying
> to understand and assimilate technology. We feel that resistance to
> new ideas and technology is unwise and ultimately futile.
>
> --
> Sent via pgsql-general mailing list (pgsql-general(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgsql-general

_________________________________________________________________
Windows Live: Keep your friends up to date with what you do online.
http://windowslive.com/Campaign/SocialNetworking?ocid=PID23285::T:WLMTAGL:ON:WL:en-US:SI_SB_online:082009

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Peter Hunsberger 2009-08-27 14:16:40 Re: Viable alternatives to SQL?
Previous Message Kelly Jones 2009-08-27 13:43:51 Viable alternatives to SQL?