Questions tagged [eloquera]

The Eloquera database is an object-oriented database management system (OODBMS) designed for the .NET environment.

The Eloquera database is built on the .NET platform and uses a LINQ and SQL interface. The database can be licensed at no charge for commercial use.

9 questions
189
votes
11 answers

What is a good choice of database for a small .NET application?

I'm developing a small application with C# in .NET and I want to have a small light weight database which does not use much resources. Could you please list some of the best known light weight database softwares.
ePezhman
  • 4,010
  • 7
  • 44
  • 80
12
votes
4 answers

Real World Experience of db4o and/or Eloquera Database

I am evaluating two object databases, db4o (http://www.db4o.com) and Eloquera Database (http://eloquera.com) for a coming project. I have to choose one. My basic requirement is scalability, multi user support and easy type evolution for…
Ying
  • 526
  • 4
  • 16
7
votes
1 answer

Eloquera object database

I saw Eloquera db and was quite impressed with it. Currently I'm thinking developing my next project on Eloquera and not Sql Server. So I have several questions with it. How does Eloquera performs in enterprise and heavy loads? How does it compare…
Davita
  • 8,928
  • 14
  • 67
  • 119
2
votes
4 answers

Eloquera with ASP.NET MVC. Error

I am curious about using an object db so thought i'd give Eloquera a go. I am having problems getting it running unfortunately. (running in "desktop mode") I have done these steps as directed: 1) Copy the following assemblies and a configuration…
4imble
  • 13,979
  • 15
  • 70
  • 125
1
vote
0 answers

eloquera Object’s Unique ID Mapping AND Disconnected Scenario

hi excuse for my english iam a french speaker I am working on a asp.net mvc project using eloquera as the database. I have encounter problem with the object uid auto mapping. the uid generated by the database is not mapped to the corresponding…
New Ruler
  • 11
  • 1
1
vote
4 answers

Is Eloquera or db4o better suited for my web application?

I'm considering using an object oriented database in Visual Studio .NET for my web application, which is basically a web store. Which should I consider, Eloquera or db4o? Can I have some fresh perspective? A similar question was asked like 10 months…
Sreedhar Danturthi
  • 7,119
  • 19
  • 68
  • 111
1
vote
1 answer

Laravel 5.4 Eloquent Query Optimization

I want to optimize Laravel query for product listing. I need to display product listing as well as brands. Following is the code: $searchTerm = 'Coffee'; $productListing = Product::where('title', 'like', '%'.$searchTerm.'%')->paginate(10); I also…
Imran Ali
  • 372
  • 5
  • 16
1
vote
0 answers

Eloquera database Compact - constant growth of the database size

I am evaluating Eloquera (desktop mode) for usage in our project. My unit tests perform some kind of stress-testing, e.g. I store 1000 records and delete them in the end of the test. Each time I run the tests, the database size grows, although in…
0
votes
3 answers

Eloquera DB on Windows Phone 7 / WP7?

Has anyone tried using Eloquera DB on WP7? Besides the question of whether it actually works under WP7, how is the performance (if it actually works)? Are there alrernative object-based DBs that anyone can recommend for use with WP7 applications?