#database
Read more stories on Hashnode
Articles with this tag
In the database tutorial, we already showed how to create a REST-ful API that returns JSON-formatted output. Now let's apply our knowledge to this...
This post assumes that you know the basics of Pilog (PicoLisp Prolog). If you don't, consider to read this article series first. All Pilog access to...
Of course we don't only want to be able to display the data, but also modify it. In this post, we will use the PicoLisp GUI to display the data and...
In the previous posts we have created a database and generated content that can be displayed in the browser. The format we chose was human-readable...
In the last post, we have set up a small script that starts the database and the server and allows us access to a specific record via the command...
A standalone database is not very useful, because editing and viewing from the REPL is quite limited. We need a graphical interface in order to work...