[Mono-list] Is there any native database in Mono?

Daniel Hughes trampster at gmail.com
Thu Jul 19 00:08:28 UTC 2012


You can use SQlite from mono the following opensource mono projects do.
Banshee,
Tomboy,
WideMargin,
FSpot

There is even a managed only port of SQlite (which I haven't used).

On Thu, Jul 19, 2012 at 6:31 AM, Gabriel Ibanez <gabriel.ibanez at live.com>wrote:

> Hi there,
>
> The better you can do is to go to mySQL. There's no emdeded database in
> Mono, like you can find in Python (SQLite). Use .net connector, downloading
> it from MySQL site and start working on ado.net 2.0 basis. Forget about
> the entity framework, it does not exist on Mono althouth you can give a
> change to Linq to SQL.
>
> I also think you can query a MSSQL database including the Microsoft
> references by the manual way.
>
> There is also a .net connector for SQLite (works great) and for PosgresSQL.
>
> Cheers
>
> /Gabriel
>
> -----Original Message-----
> From: RedHatIsBetter <edu.rm.85 at gmail.com>
> Date: Tue, 17 Jul 2012 19:55:34
> To: <mono-list at lists.ximian.com>
> Subject: [Mono-list] Is there any native database in Mono?
>
>
> Hi, I'm new in the forum and Mono and I have a question about databases.
>
> I've programmed something in Windows .Net technology and it have SQL Server
> to develop applications.
>
> I ask if exists any alternative implementation of SQL Server for Mono or I
> have to use MySQL to develop applications for Mono.
>
> If exists any native alternative to SQL Server, How to configure it in
> MonoDevelop?
>
>
>
> --
> View this message in context:
> http://mono.1490590.n4.nabble.com/Is-there-any-native-database-in-Mono-tp4650447.html
> Sent from the Mono - General mailing list archive at Nabble.com.
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
> _______________________________________________
> Mono-list maillist  -  Mono-list at lists.ximian.com
> http://lists.ximian.com/mailman/listinfo/mono-list
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-list/attachments/20120719/9e1bf271/attachment.html>


More information about the Mono-list mailing list