[Lazarus] New feature: SQLDB Rest bridge

Sven Barth pascaldragon at googlemail.com
Mon Feb 25 07:54:19 CET 2019


Michael Van Canneyt via lazarus <lazarus at lists.lazarus-ide.org> 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 SQLDB Rest bridge.
>
> This is a set of components that allow you to expose any database supported
> by FPC's SQLDB as a REST service. It is designed to be simple to use, yet
> extensible.
>

Cool! Great work!
Now I only need to get the parts for implementing an Interface using RTTI
working and I'd be all but set :D

HTTP:
> * Authentication is handled using the HTTP protocol.
>
> * Basic authentication is included by default, but is completely pluggable.
>
> * Basic authentication can look up valid users in a database (by default
> the database being exposed)
>

How would one check whether the user is allowed to execute an action?

Regards,
Sven

>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20190225/3a4fc591/attachment-0001.html>


More information about the lazarus mailing list