mixflame / SwissDB

ActiveRecord ORM for RubyMotion Android using built-in SQLite, works with latest RubyMotion as of version 4.11
MIT License
22 stars 4 forks source link

Yay Swiss DB #5

Closed KCErb closed 9 years ago

KCErb commented 9 years ago

Hi there,

Just started playing with Swiss DB today and having some fun. I might have a pull request or two to submit in a bit but I first want to make sure that I get basic things working first.

One problem I'm running into is that I'm not sure how to browse my database! Do you recommend a tool (sqlite browser)? Also I can't find my database. I see people sayings its in /data/data/... but I don't have a /data folder that I can find so I'm not sure where to start.

Thanks for the great tool, I really like what I see and hope I can contribute some code.

-KC

mixflame commented 9 years ago

Hey @KCErb

To browse the database, connect adb and run sqlite through the terminal as described here:

http://developer.android.com/tools/help/sqlite3.html

or pull the file and open it in a Sqlite browser (there are a few.):

http://stackoverflow.com/questions/19194576/how-to-view-the-sqlite-database-in-device-android

The database file itself will be located in /data/data... on the actual device file system in adb (which will connect you via SSH)

Let me know if there is anything else you need.

Thanks for trying Swiss! I'm glad you like it! Always open to contributions, full credit will be given.

(Edit: Lemme know if you need an invite to the RubyMotion Android Slack room as well. I can ask someone to get you one.)

-J

KCErb commented 9 years ago

Hi @jsilverMDX I got the basics of my app working and have a few thoughts comments and questions on SwissDB. I'm going to submit some of these as pull requests and won't be offended if you reject them. I'll open others as separate issues.

Thanks for your help and yes, I'd like an invite to RubyMotion Android Slack. I didn't know it existed!

mixflame commented 9 years ago

Hey @KCErb that's great! Glad you were able to get it operational. I'll be waiting to check out the PRs! Likely they will be modified and accepted instead of outright rejected. :)

On Wed, Oct 14, 2015 at 3:10 PM, KC Erb notifications@github.com wrote:

Closed #5 https://github.com/jsilverMDX/SwissDB/issues/5.

— Reply to this email directly or view it on GitHub https://github.com/jsilverMDX/SwissDB/issues/5#event-435730282.

mixflame commented 9 years ago

Hey @KCErb I got the link for you. You can sign up at motioneers.herokuapp.com. There's an Android, iOS, TVOS and general room. Thanks

On Wed, Oct 14, 2015 at 3:25 PM, Jonathan Silverman jsilverman2@gmail.com wrote:

Hey @KCErb that's great! Glad you were able to get it operational. I'll be waiting to check out the PRs! Likely they will be modified and accepted instead of outright rejected. :)

On Wed, Oct 14, 2015 at 3:10 PM, KC Erb notifications@github.com wrote:

Closed #5 https://github.com/jsilverMDX/SwissDB/issues/5.

— Reply to this email directly or view it on GitHub https://github.com/jsilverMDX/SwissDB/issues/5#event-435730282.

KCErb commented 9 years ago

BTW the heroku app is broken :(

mixflame commented 9 years ago

I'm asking around. I swear that link used to work lol

On Sat, Oct 17, 2015 at 11:27 AM, KC Erb notifications@github.com wrote:

BTW the heroku app is broken :(

— Reply to this email directly or view it on GitHub https://github.com/jsilverMDX/SwissDB/issues/5#issuecomment-148936555.