mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
init sqlite database library
This commit is contained in:
parent
cf64949986
commit
814b25a946
7 changed files with 57 additions and 5 deletions
|
|
@ -1,10 +1,16 @@
|
|||
#include "main.hpp"
|
||||
#include "app/browser.hpp"
|
||||
#include "lib/database.hpp"
|
||||
|
||||
int main(
|
||||
int argc,
|
||||
char * argv[]
|
||||
) {
|
||||
// Init profile
|
||||
auto database = lib::Database(
|
||||
"database.sqlite3"
|
||||
);
|
||||
|
||||
// Init app
|
||||
auto app = Gtk::Application::create(
|
||||
"io.github.yggverse.Yoda"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue