Re: [sqlite] JPA

2017-02-01 Thread Simon Slavin
On 1 Feb 2017, at 10:01pm, Cecil Westerhof wrote: > 2017-02-01 19:25 GMT+01:00 Jens Alfke : > >> Can SQLite be used with JPA? >> >> Sure, I’ve been SQLite for years ;-) > > ​Using SQLite does not mean that you use it with JPA. I use it with Python

Re: [sqlite] JPA

2017-02-01 Thread Cecil Westerhof
2017-02-01 19:25 GMT+01:00 Jens Alfke : > > > Can SQLite be used with JPA? > > Sure, I’ve been SQLite for years ;-) > ​Using SQLite does not mean that you use it with JPA. I use it with Python and Bash and also with JDBC. None of those is JPA. ;-) How do you use the combo

Re: [sqlite] JPA

2017-02-01 Thread Jens Alfke
> On Feb 1, 2017, at 6:19 AM, Cecil Westerhof wrote: > > Can SQLite be used with JPA? Sure, I’ve been SQLite for years ;-) —Jens Peter Alfke ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org

Re: [sqlite] JPA

2017-02-01 Thread Cecil Westerhof
2017-02-01 15:41 GMT+01:00 Simon Slavin : > > > ​It seems to be what I want. > > Excellent. > > Now, if there were just an object persistence engine for JavaScript, I’d > be happier. That’s what I was looking for when I came across OrmLite. > > Hmm. With IndexedDB it

Re: [sqlite] JPA

2017-02-01 Thread Simon Slavin
On 1 Feb 2017, at 2:33pm, Cecil Westerhof wrote: > ​It seems to be what I want. Excellent. Now, if there were just an object persistence engine for JavaScript, I’d be happier. That’s what I was looking for when I came across OrmLite. Hmm. With IndexedDB it should

Re: [sqlite] JPA

2017-02-01 Thread Cecil Westerhof
2017-02-01 15:29 GMT+01:00 Cecil Westerhof : > That is a fast reply. :-D > > 2017-02-01 15:23 GMT+01:00 Simon Slavin : > >> >> > Can SQLite be used with JPA? >> >> I think you’re talking about persistent Java objects. You might want to >> look at

Re: [sqlite] JPA

2017-02-01 Thread Cecil Westerhof
That is a fast reply. :-D 2017-02-01 15:23 GMT+01:00 Simon Slavin : > > > Can SQLite be used with JPA? > > I think you’re talking about persistent Java objects. You might want to > look at this: > > > > SQLite is one of the database engines it

Re: [sqlite] JPA

2017-02-01 Thread Simon Slavin
On 1 Feb 2017, at 2:19pm, Cecil Westerhof wrote: > Can SQLite be used with JPA? I think you’re talking about persistent Java objects. You might want to look at this: SQLite is one of the database engines it supports. Sorry but I’m not a Java

[sqlite] JPA

2017-02-01 Thread Cecil Westerhof
Can SQLite be used with JPA? -- Cecil Westerhof ___ sqlite-users mailing list sqlite-users@mailinglists.sqlite.org http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users