Tagged Questions

29
votes
14answers
7k views

SQLite vs MySQL

SQLite is a flat-file database and MySQL is a normal database. That's great but I'm not sure which is faster where or better for what? What are the pros and cons of each option?
28
votes
11answers
3k views

How Scalable is SQLite?

I recently read this Question about SQLite vs MySQL and the answer pointed out that SQLite doesn't scale well and the official website sort-of confirms this, however. How scalable …
24
votes
6answers
4k views

Is there a .NET/C# wrapper for SQLite?

I'd sort of like to use SQLite from within C#.Net, but I can't seem to find an appropriate library. Is there one? An official one? Are there other ways to use SQLite than with a wr …
16
votes
7answers
428 views

Anatomy of a Distributed System in PHP

I've a problem which is giving me some hard time trying to figure it out the ideal solution and, to better explain it, I'm going to expose my scenario here. I've a server that …
15
votes
12answers
2k views

Is there a good IDE for SQLite ?

Is there a tool out there that can interact with a SQLite database in a similar way that TOAD works with Oracle or Management Studio works with SQL Server? I'm looking for someth …
14
votes
4answers
3k views

Core Data vs sqlite3

I am already quite familiar with relational databases and have used sqlite (and other databases) in the past. However, Core Data has a certain allure, so I am considering spending …
14
votes
11answers
4k views

Quick easy way to migrate SQLite3 to MySQL?

Anyone know a quick easy way to migrate a SQLite3 database to MySQL?
12
votes
6answers
6k views

Java and SQLite

I'm attracted to the neatness that a single file database provides. What driver/connector library is out there to connect and use SQLite with Java. I've discovered a wrapper libra …
9
votes
3answers
300 views

How do I improve the performance of SQLite?

Optimizing SQLite is tricky. Bulk-insert performance of a C application can vary from 85 inserts-per-second to over 96 000 inserts-per-second! Background: We are using SQLite as …
9
votes
6answers
508 views

Recommendation for Sqlite DB manager application?

There are quite a few Sqlite GUI applications listed here: http://www.sqlite.org/cvstrac/wiki?p=ManagementTools some appear to be incomplete, buggy, not maintained, etc. Do you h …
9
votes
10answers
7k views

Mac SQLite editor

I am aware of CocoaMySQL but I have not seen a Mac GUI for SQLite, is there one? My Google search didn't turn up any Mac related GUI's which is why I'm asking here rather than Goo …
9
votes
5answers
1k views

What is the best way to connect and use a sqlite database from C#

I've done this before in C++ by including sqlite.h but is there a similarly easy way in C#?
8
votes
10answers
2k views

Alternatives to SQLite?

I've used SQLite before as a datastore for a C# winforms application, and it was great, however, it does possess many shortcomings. I'm aware Microsoft have a product called SQL S …
8
votes
11answers
2k views

Light weight alternative to Hibernate?

I have a single user java program that I would like to have store data in a light weight database such as Derby or Sqlite. I would like to use a data abstraction layer in my progra …
7
votes
6answers
1k views

What are the performance characteristics of sqlite with very large database files?

I know that sqlite doesn't perform well with extremely large database files even when they are supported (there used to be a comment on the sqlite website stating that if you need …

1 2 3 4 5 73 next
15 30 50 per page