Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-25 Thread Sven Barth via lazarus
Mattias Gaertner via lazarus schrieb am Mo., 25. Feb. 2019, 12:22: > On Mon, 25 Feb 2019 11:24:29 +0100 > Sven Barth via lazarus wrote: > > >[...] > > RTTI.Invoke() itself is working as is TRTTIMethod.Invoke(), so the > > server side wouldn't be a problem, but what I'm still missing is > > TVirt

Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-25 Thread silvioprog via lazarus
On Mon, Feb 25, 2019 at 4:07 AM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: [...] > Isn't Invoke() working already ? I have a JSON RPC implemention on my list, > and thought to use Invoke() for that. Sven implemented it for Windows and it is working fine. I've impleme

Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-25 Thread silvioprog via lazarus
On Sun, Feb 24, 2019 at 1:46 PM Michael Van Canneyt via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Hello, > > We received some feedback about Pas2JS - our effort to bring Pascal to the > browser - that easy database connectivity is an issue, hampering easy > development. > > To alleviate th

Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-25 Thread Mattias Gaertner via lazarus
On Mon, 25 Feb 2019 11:24:29 +0100 Sven Barth via lazarus wrote: >[...] > RTTI.Invoke() itself is working as is TRTTIMethod.Invoke(), so the > server side wouldn't be a problem, but what I'm still missing is > TVirtualInterface for the client side. Do you mean fpc's unit RTTI? pas2js has TVirtua

Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-25 Thread Sven Barth via lazarus
Michael Van Canneyt via lazarus schrieb am Mo., 25. Feb. 2019, 08:07: > > > On Mon, 25 Feb 2019, Sven Barth via lazarus wrote: > > > Michael Van Canneyt via lazarus schrieb > am > > So., 24. Feb. 2019, 17:46: > > > >> > >> Hello, > >> > >> We received some feedback about Pas2JS - our effort to b

Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-24 Thread Michael Van Canneyt via lazarus
On Mon, 25 Feb 2019, Sven Barth via lazarus wrote: Michael Van Canneyt via lazarus schrieb am So., 24. Feb. 2019, 17:46: Hello, We received some feedback about Pas2JS - our effort to bring Pascal to the browser - that easy database connectivity is an issue, hampering easy development. To

Re: [Lazarus] New feature: SQLDB Rest bridge

2019-02-24 Thread Sven Barth via lazarus
Michael Van Canneyt via lazarus schrieb am So., 24. Feb. 2019, 17:46: > > Hello, > > We received some feedback about Pas2JS - our effort to bring Pascal to the > browser - that easy database connectivity is an issue, hampering easy > development. > > To alleviate the problem I have created the SQ

[Lazarus] New feature: SQLDB Rest bridge

2019-02-24 Thread Michael Van Canneyt via lazarus
Hello, We received some feedback about Pas2JS - our effort to bring Pascal to the browser - that easy database connectivity is an issue, hampering easy development. To alleviate the problem I have created the SQLDB Rest bridge. This is a set of components that allow you to expose any database