Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Building with Mono? #1

Open
tonytheodore opened this issue Apr 28, 2016 · 1 comment
Open

Building with Mono? #1

tonytheodore opened this issue Apr 28, 2016 · 1 comment

Comments

@tonytheodore
Copy link

Hi,

I noticed a couple of recent threads on pgsql-general@postgresql.org and am curious to try this out. I'm running OS X and think I can get a Mono dev environment setup up, but aren't sure if that will be sufficient.

Has anyone tried building with a Mono toolchain and have any tips/tricks? Is it possible at this stage or something down the track?

@david-pfx
Copy link
Owner

Hi Tony

Good to hear from you.

To date I have not tried to build this project on Mono. I have very little experience with Mono in recent times and while this is definitely on my TODO list, it hasn’t been a top priority so far.

My thoughts on compatibility:

  •     The whole of the core of Andl is written in C#, targeting framework 4.5. Mono supports this in full, AFAIK. Should work with little or no effort.
    
  •     There is an Sqlite backend that uses P/Invoke. You never know your luck! Could work, but probably will need tweaks.
    
  •     There is a server that uses WCF (possibly supported); another that uses ASP.NET MVC (probably not supported).
    
  •     There is a workbench that uses WPF (not supported)
    
  •     There is a Thrift interface (C++)
    
  •     Postgres is still a work in progress.
    

If you want to have a go I’ll give you all the help I can. Just ask!

Regards

David M Bennett FACS


Andl - A New Database Language - andl.org

From: Tony Theodore [mailto:notifications@github.com]
Sent: Thursday, 28 April 2016 3:19 PM
To: davidandl/Andl Andl@noreply.github.com
Subject: [davidandl/Andl] Building with Mono? (#1)

Hi,

I noticed a couple of recent threads on pgsql-general@postgresql.org and am curious to try this out. I'm running OS X and think I can get a Mono dev environment setup up, but aren't sure if that will be sufficient.

Has anyone tried building with a Mono toolchain and have any tips/tricks? Is it possible at this stage or something down the track?


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub #1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants