Articles in this series
We have now covered the basics of frontend- and backend development in PicoLisp. To get the full stack, we still need one more thing: the...
The following posts are based on this tutorial which was included in a previous release of PicoLisp. Opening and Writing to a Database file Let's...
Now we know how we can save objects to a persistent data base file, let's see what other tools we have to make life easier for us. For this purpose,...
In the last post, we have created a simple entity/relation-model using the PicoLisp E/R framework. You can find the file with the definitions...
In the last example, we have created our own small myFamily.db. Now let's take a look at the original family.l document which you can download from...
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...