I want to construct a local database for my program which has to be filled with user preffered settings, searched websites and so on.
But what i could find on internet(google and this website) is just about a database from a server or local database with a specific dialects, exclusive racket which is the most popular of all scheme dialects.
Here are the informations from racket documentation for database:
As far as i see, there is no information or no example about using a local database with racket.
Can anybody give a small example to construct and to use a local database with scheme (racket) ?