Re: sqlite database

2018-07-03 Thread David Wright
On Mon 02 Jul 2018 at 20:39:33 (+0100), Joe wrote: > On Mon, 2 Jul 2018 14:02:31 -0500 > David Wright wrote: > > > On Mon 02 Jul 2018 at 19:50:35 (+0200), deloptes wrote: > > > David Wright wrote: > > > > > > > Well, it's always difficult to know what the OP¹ is really after. > > > > The

Re: sqlite database

2018-07-02 Thread Joe
On Mon, 2 Jul 2018 14:02:31 -0500 David Wright wrote: > On Mon 02 Jul 2018 at 19:50:35 (+0200), deloptes wrote: > > David Wright wrote: > > > > > Well, it's always difficult to know what the OP¹ is really after. > > > The ?first time this came up (17 months ago), "minimal" was in > > > the

Re: sqlite database

2018-07-02 Thread Greg Wooledge
On Mon, Jul 02, 2018 at 02:02:31PM -0500, David Wright wrote: > But the OP¹ voraciously consults HOWTOs, and said: > > "Many presume a WEB-SERVER is involved." > > I don't know what others glean from this, but to me it sounds as if > the mention of "web" taints the software somehow, perhaps

Re: sqlite database

2018-07-02 Thread David Wright
On Mon 02 Jul 2018 at 19:50:35 (+0200), deloptes wrote: > David Wright wrote: > > > Well, it's always difficult to know what the OP¹ is really after. The > > ?first time this came up (17 months ago), "minimal" was in the subject > > line, sqlite was looked at favourably, but the fact that it had

Re: sqlite database

2018-07-02 Thread David Wright
On Mon 02 Jul 2018 at 18:45:31 (+0100), Joe wrote: > On Mon, 2 Jul 2018 12:05:25 -0500 > David Wright wrote: > > > On Mon 02 Jul 2018 at 10:20:00 (+0100), Joe wrote: > > > On Sun, 1 Jul 2018 18:04:15 -0500 > > > David Wright wrote: > > > > > > > On Sun 01 Jul 2018 at 21:36:00 (+0100), Joe

Re: sqlite database

2018-07-02 Thread deloptes
David Wright wrote: > Well, it's always difficult to know what the OP¹ is really after. The > ?first time this came up (17 months ago), "minimal" was in the subject > line, sqlite was looked at favourably, but the fact that it had a web > interface was seen as a downer, perhaps because the word

Re: sqlite database

2018-07-02 Thread Joe
On Mon, 2 Jul 2018 12:05:25 -0500 David Wright wrote: > On Mon 02 Jul 2018 at 10:20:00 (+0100), Joe wrote: > > On Sun, 1 Jul 2018 18:04:15 -0500 > > David Wright wrote: > > > > > On Sun 01 Jul 2018 at 21:36:00 (+0100), Joe wrote: > > > > On Sun, 01 Jul 2018 22:21:11 +0200 > > > > deloptes

Re: sqlite database

2018-07-02 Thread David Wright
On Mon 02 Jul 2018 at 10:20:00 (+0100), Joe wrote: > On Sun, 1 Jul 2018 18:04:15 -0500 > David Wright wrote: > > > On Sun 01 Jul 2018 at 21:36:00 (+0100), Joe wrote: > > > On Sun, 01 Jul 2018 22:21:11 +0200 > > > deloptes wrote: > > > > > > > Cousin Stanley wrote: > > > > > > > > > As an

Re: sqlite database

2018-07-02 Thread Joe
On Sun, 1 Jul 2018 18:04:15 -0500 David Wright wrote: > On Sun 01 Jul 2018 at 21:36:00 (+0100), Joe wrote: > > On Sun, 01 Jul 2018 22:21:11 +0200 > > deloptes wrote: > > > > > Cousin Stanley wrote: > > > > > > > As an alternative to client-server database managers, > > > > such as mysql,

Re: sqlite database

2018-07-01 Thread David Wright
On Sun 01 Jul 2018 at 21:36:00 (+0100), Joe wrote: > On Sun, 01 Jul 2018 22:21:11 +0200 > deloptes wrote: > > > Cousin Stanley wrote: > > > > > As an alternative to client-server database managers, > > > such as mysql, mariadb, postgresql, etc. , > > > the  sqlite  embedded database manager is

Re: sqlite database

2018-07-01 Thread tomas
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Sun, Jul 01, 2018 at 10:21:11PM +0200, deloptes wrote: > Cousin Stanley wrote: > > > As an alternative to client-server database managers, > > such as mysql, mariadb, postgresql, etc. , > > the  sqlite  embedded database manager is very useful

Re: sqlite database

2018-07-01 Thread Joe
On Sun, 01 Jul 2018 22:21:11 +0200 deloptes wrote: > Cousin Stanley wrote: > > > As an alternative to client-server database managers, > > such as mysql, mariadb, postgresql, etc. , > > the  sqlite  embedded database manager is very useful > > Not sure what thread you write to, but can

Re: sqlite database

2018-07-01 Thread deloptes
Cousin Stanley wrote: > As an alternative to client-server database managers, > such as mysql, mariadb, postgresql, etc. , > the  sqlite  embedded database manager is very useful Not sure what thread you write to, but can you do concurrent reads/writes to sqlite3 DB? I think it is not

sqlite database

2018-07-01 Thread Cousin Stanley
As an alternative to client-server database managers, such as mysql, mariadb, postgresql, etc. , the sqlite embedded database manager is very useful https://en.wikipedia.org/wiki/SQLite sqlite - wikipedia https://sqlite.org sqlite - home page