News

Static-sqlite This section specifies that clients get their address and/or prefix assigned based on the contents of a SQLite database. The filename of the database is given as the name of the section.
I am seeking some guidance for my project which will need to store money amounts in a SQLite DB from a UWP app. From my research the .NET type of decimal is the preferred type for money. The rest of ...