开发者

Database engine to work under OS X and Windows

开发者 https://www.devze.com 2023-02-24 00:25 出处:网络
I\'m about to write an app that should work under OS X and Windows XP/Vista/7. The app will require a database engine. Can someone suggest one that can do the following:

I'm about to write an app that should work under OS X and Windows XP/Vista/7. The app will require a database engine. Can someone suggest one that can do the following:

  1. Be compatible with Windows
  2. Be compatible with OS X (and preferably with iOS)
  3. Preferably be available by default in those operating systems, or require minimum installation.

I understand that all three items may be hard to开发者_运维问答 come by. So just curious, whatever is available?


My favorite is Sql Lite: http://sqlite.org/

It requires no installation, and is a small binary.

0

精彩评论

暂无评论...
验证码 换一张
取 消