shiori/internal/database
Monirzadeh eaa6f0ea2a
fix(sqlite): id column should be unique (#894)
Co-authored-by: Felipe Martin <812088+fmartingr@users.noreply.github.com>
2024-05-12 17:02:19 +02:00
..
migrations fix(sqlite): id column should be unique (#894) 2024-05-12 17:02:19 +02:00
database.go feat: new migrations system (#876) 2024-04-27 07:46:36 +02:00
database_test.go fix: fixes path issues on windows (#829) 2024-02-05 10:21:23 +01:00
migrations.go feat: new migrations system (#876) 2024-04-27 07:46:36 +02:00
mysql.go feat: new migrations system (#876) 2024-04-27 07:46:36 +02:00
mysql_test.go feat: new migrations system (#876) 2024-04-27 07:46:36 +02:00
pg.go feat: new migrations system (#876) 2024-04-27 07:46:36 +02:00
pg_test.go feat: new migrations system (#876) 2024-04-27 07:46:36 +02:00
sqlite.go fix(sqlite): id column should be unique (#894) 2024-05-12 17:02:19 +02:00
sqlite_noncgo.go refactor: allow specific sqlite engine for OpenBSD (#780) 2024-05-02 16:38:16 +02:00
sqlite_openbsd.go refactor: allow specific sqlite engine for OpenBSD (#780) 2024-05-02 16:38:16 +02:00
sqlite_test.go feat: new migrations system (#876) 2024-04-27 07:46:36 +02:00