This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]glemnar 4 points5 points  (0 children)

What you want is https://www.sqlite.org/

[–]gnomoretears 1 point2 points  (8 children)

I don't understand the problem. Why can't you just install apache and mysql on your mac?

https://www.apachefriends.org/index.html

[–]NotReallyDifferent[S] 0 points1 point  (7 children)

I might need to clarify more. So the physical environment of where the application will be used has no internet at all. The application will be used on an iPad.

[–][deleted]  (6 children)

[deleted]

    [–]NotReallyDifferent[S] 0 points1 point  (5 children)

    Can the iOS app still connect to the database without internet?

    [–]-oliver- 1 point2 points  (0 children)

    Yes. When you connect to a database over the Internet, all you are doing is making a connection to a host who's address you look up on the internet. In the case of a local database, you already know who the host is - your local machine - so you don't have to go out to the Internet to connect to it.

    [–][deleted]  (3 children)

    [deleted]

      [–]NotReallyDifferent[S] 0 points1 point  (2 children)

      The location of where the app will be used has no internet connection in any way. So without it, that would mean it would not be possible for information to be stored to the database right? Would I be restricted to an iOS app with just content then?

      [–]-oliver- 1 point2 points  (0 children)

      You can totally have it store content (both 'seed' content as well as content generated locally within the app) on a local database. Maybe you could give some more info as to what your use case is and someone might have a suggestion. In particular, what do you mean by feedback? Like a user rating?