embedded-database
Document Oriented DB for AIR?
Today I just learned that Adobe Air has a local SQL database, which is great; however, we had been creating XML and JSON files to handle mostly everything. Rather than re-architect our application to[详细]
2023-01-22 20:11 分类:问答Which embedded database to use for file indexing applications
I need to develop a file indexing application in python and wanted to know which embedded database is the best one to use for indexing.[详细]
2023-01-19 04:56 分类:问答How to run RavenDb in embedded mode?
Ravendb documentation says to simply set the DataDirectory name before initializing the DocumentStore, but DocumentStore doesn\'t have a DataDirectory property :([详细]
2023-01-18 07:01 分类:问答App without remote database
If I want to create .NET app that needs database functionalities, but I do not want to use remote database, what should I use instead?[详细]
2023-01-15 15:32 分类:问答Why my data does not get persisted?
I am using JPA and Java Embedded DB in my application. I try to write some data to the database and when i try to read it back I am able to do it. But the application is closed and when I open it agai[详细]
2023-01-14 23:27 分类:问答os.walk() caching/speeding up
I have a prototype server[0] that\'s doing an os.walk()[1] for each query a client[0] makes. I\'m currently looking into ways of:[详细]
2023-01-12 07:26 分类:问答Embedding mysql in java desktop application
i am not clear about steps/configuration details about how i can embed mysql in a Java desktop application so that it(application)开发者_C百科 can be installed on any machine through a single executab[详细]
2023-01-09 19:00 分类:问答Embedded DBMS with XML support for .NET?
Is there an .NET-enabled embedded database (like开发者_StackOverflow中文版 SQLite.NET) with support for XML?[详细]
2023-01-09 10:07 分类:问答H2 Database vs SQLite on Android [closed]
Closed. This question is opinion-based. It is not currently accepting answers开发者_运维问答. Want to improve this question? Update the question so it can be answered with facts and citati[详细]
2023-01-09 06:41 分类:问答What database for both local and client/server?
We have a \"large\" code base already developed using SQLite and NHibernate using .NET 2 for our clients.Using SQLite we can communicate with the db (even multiple clients) across a Windows file share[详细]
2023-01-06 19:12 分类:问答
加载中,请稍侯......