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

Sqlite3 Support? #56

Open
derekchiang opened this issue Mar 26, 2013 · 2 comments
Open

Sqlite3 Support? #56

derekchiang opened this issue Mar 26, 2013 · 2 comments

Comments

@derekchiang
Copy link

Hello Erik,

First of all, thank you very much for this awesome package!

I'm developing a web application and I'm strongly considering using hood. However I will be using Sqlite3, which isn't currently supported. But I notice that there is a branch "sqlite3", so I'm just wondering if you have been working on sqlite3 support, and if so, would you consider it stable enough to be used in production? Can I just put splite3.go into the master branch and expect everything to work?

Specifically, I will just need to be able to create/drop tables, create/delete/query items, and ideally declare has-many and one-to-one relationships. Are these functionalities currently there?

Thank you for your time.

Best,
Derek

@eaigner
Copy link
Owner

eaigner commented Mar 26, 2013

No, sqlite3.go lags behind ands is not compatible with the master. I currently do not work on sqlite support. It also requires some workarounds to satisfy the dialect interface because sqlite doesn't support all SQL commands, like e.g. altering columns.

@derekchiang
Copy link
Author

I see. Thank you!

Date: Tue, 26 Mar 2013 01:20:52 -0700
From: notifications@github.com
To: hood@noreply.github.com
CC: derekchiang93@gmail.com
Subject: Re: [hood] Sqlite3 Support? (#56)

No, sqlite3.go lags behind ands is not compatible with the master. I currently do not work on sqlite support. It also requires some workarounds do satisfy the dialect interface because sqlite doesn't support all SQL commands, like e.g. altering columns.

¡ª
Reply to this email directly or view it on GitHub.

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