Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 818 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 818 Bytes

SQLite Database Interface for VeighNa Framework

Description

Based on peewee development of SQLite database interface, no need to install and configure database software, easy to use for beginners.

Use

When you use SQLite in VeighNa, you need to fill in the following fields in the global configuration:

Name Meaning Required Examples
database.name Name Yes sqlite
database.database Instance Yes database.db