webmarker-server/src/main/java/net/mindoverflow/webmarker/utils/sql/primitives
Bea ce172c3dc4 Implement YAML config, start SQLite implementation
A config.yml file has been added, to allow configuring server settings.
It will be expanded with new settings in the future.

Also, SQLite support has been added, with a "database.sqlite" file.
A basic table with user/pass/userid columns has been added for testing
purposes.
2020-08-21 16:11:32 +02:00
..
SQLColumn.java Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
SQLDataType.java Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00
SQLTable.java Implement YAML config, start SQLite implementation 2020-08-21 16:11:32 +02:00