Andriy Kushnir
0246e10dff
feat: improve performance for sqlite queries ( #425 )
...
* [sqlite] Added has_content column and relevant migration
* Fix typo in docstring
* [sqlite] Fetch content for bookmarks separately
* [sqlite] Store has_content alongside with bookmark
* [sqlite] Rename variable to distinguish it from main query
* [sqlite] Use by-reference instead of no-op copy
* [sqlite] Reduce queries count from ≈30 to 1 to fetch tags
* Lint fixes
* Make minor logging improvements
* Wrap entire migration in transaction block
* Added «down» migration
* Drop workaround for old SQLite versions
2022-08-08 20:52:33 +02:00
hulb
8732fd7b6d
implement migration for mysql & postgres ( #422 )
2022-05-03 23:30:28 +02:00
Felipe Martin Garcia
81d52a2e24
feat: sqlite migrations ( #398 )
...
- Moved migrations from code to SQL files
- Using golang-migrate/v4
- Added a new CLI command: migrate
2022-03-26 08:33:57 +01:00
Radhi Fadlillah
c22f904bdd
If there are no owner yet, allow to use default account
2019-08-22 14:34:36 +07:00
Radhi Fadlillah
0c4d75f773
Add basic account level management
2019-08-12 19:57:18 +07:00
Radhi Fadlillah
4e76288e09
Add method to exclude or include some tags
2019-08-11 15:55:31 +07:00
Radhi Fadlillah
ea73eaff64
Add method for renaming tag
2019-08-07 23:30:17 +07:00
Radhi Fadlillah
3503484c2b
Add account management in web interface
2019-05-31 22:41:29 +07:00
Radhi Fadlillah
3b8dead04d
Implement edit bookmark in web interface
2019-05-30 10:07:20 +07:00
Radhi Fadlillah
093b398b2f
Implement add bookmark in web interface
2019-05-28 17:05:11 +07:00
Radhi Fadlillah
61bd8244a6
Initial new web interfaces
2019-05-27 17:01:53 +07:00
Radhi Fadlillah
4ab1253f8c
Implement logic for import cmd
2019-05-23 09:22:47 +07:00
Radhi Fadlillah
9a9baf9f91
Implement logic for update cmd
2019-05-22 16:13:52 +07:00
Radhi Fadlillah
3b4f9bf248
Add logic for delete cmd
2019-05-22 08:13:52 +07:00
Radhi Fadlillah
659a3291d8
Implement logic for add and print cmd
2019-05-21 23:24:11 +07:00
Radhi Fadlillah
1e099fbd27
Restructure project directories
2019-05-21 10:31:40 +07:00