java - What kind of Database use as local database for PC Software? -


i want build simple windows pc software java. need store data 100 phone contacts. can oracle or mysql database or array in code. problem dbms need server offline or online , don't want put data direct on code.if use localhost when give friends can't access it. don't want use online database. want local database or resource system android values resource or sqlite. how can it? ideas welcomed.

what looking called embedded database.

there several java embedded databases, example h2 database, hsqldb, apache derby. sqlite can used in regular java applications, it's not android-specific.


Comments

Popular posts from this blog

Java 3D LWJGL collision -

spring - SubProtocolWebSocketHandler - No handlers -

methods - python can't use function in submodule -