#databases
Read more stories on Hashnode
Articles with this tag
To close the database / web app session, let's take a look at a more complex example: A full stack Enterprise-Resource-Planning app (in a quite...
In the last post we discussed the theory of using the adm.l library to add a simple user login field. Today we will show how to do that in our...
Typically, a web application also requires some kind of user administration: Who has access to the data, who can modify or delete? In order to not...
In the last post, we have seen that we can use the "standard" PicoLisp <table> function to display output from the database. The advantage is that...
Welcome back to the "Web Application Programming" series. Let's use our new knowledge from the "The PicoLisp Database" and "Learning Pilog" series to...
In the last post we generated a view on all "contemporaries" of a specified person. The data were fetched from the database with help of a Pilog...