Page view counter

First Web & Web 2.0 oriented database is released

Rate It (1)

Last post 11-25-2008 6:20 PM by bablind. 2 replies.

Sort Posts:

  • First Web & Web 2.0 oriented database is released

    11-21-2008, 4:04 AM
    • Loading...
    • bablind
    • Joined on 11-21-2008, 3:50 AM
    • Posts 4
    • Points 0

    The first release of Eloquera, the fusion database, is out. Eloquera's architecture and technology specifically targets at the Web developer.
     
    It provides the desired objectives of speedier development and maintenance.  At the same time, it provides the seemingly contradictory benefit of startlingly improved performance. Performance advantages that become more and more evident the more complex the actual environment.
     
    Designers of Eloquera have also recognized that it was important that there should not be any steep learning curve for developers. Hence a familiar SQL interface has been maintained. Existing developers can be up and running with Eloquera in a matter of hours.
     
    Eloquera will radically reduce the cost of web development and maintenance. It provides speed of development in conjunction with dramatically higher production performance, and can scale to massive sized databases.
     
    Some of the unique features Eloquera queries have:

    Supported ALMOST operation for approximate search
    SELECT Book WHERE AuthorName ALMOST 'Bil' WITHIN 2
     
    Powerful regular expressions
    SELECT Book WHERE AuthorName REGEX '\w+@[a-z_]+\.[a-z]{2,}'
     
    Culture support
    SELECT Book WHERE AuthorName LIKE['ft-FR']  '%Exupery'
     
    Get parent only
    SELECT ONLY Paper WHERE Publisher CONTAINS 'Ted'
     
    At the same time entire interface is very straightforward
     
    For example insert:
    db.Insert(new Book());
     
    And to query:
    IEnumerable books = db.ExecuteQuery("SELECT Book WHERE Price > 1e3 ORDER BY Title");

    Eloquera home www.eloquera.com

    "30 seconds tutorial"  www.eloquera.com/tutorial

    It is even possible to try queries online www.eloquera.com/sqlonline.aspx
     
    It can be downloaded at www.eloquera.com/download
     
    Eloquera website is powered by Eloquera DB.

  • Re: First Web & Web 2.0 oriented database is released

    11-25-2008, 5:34 AM
    • Loading...
    • EgorovRV
    • Joined on 11-25-2008, 10:27 AM
    • Posts 1
    • Points 2

    I found this database very useful in my small project. Thanks! Do you support JOIN? I couldn't find it anywhere

  • Re: First Web & Web 2.0 oriented database is released

    11-25-2008, 6:20 PM
    • Loading...
    • bablind
    • Joined on 11-21-2008, 3:50 AM
    • Posts 4
    • Points 0
    We do not support JOIN at this moment, but it is definitely in our roadmap.

    Any questions or comments you can also ask in our Eloquera forum, where our engineers will be happy to help
    http://www.eloquera.com/topicslist.aspx
    Filed under: ,
Page 1 of 1 (3 items)