Commit Graph

97 Commits (05ae38a3cbb55bb4e1ff2a1f9be80aacdf90f55b)

Author SHA1 Message Date
lihenggui 0ff5859c4c Merge main branch from upstream
2 years ago
dependabot[bot] 6d38c5dbc0
Bump app.cash.sqldelight:sqlite-3-38-dialect from 2.0.1 to 2.0.2
2 years ago
lihenggui f86fbfa94e Move DatabaseModule to di package
2 years ago
lihenggui c2f9005333 Move DriverModule to di package
2 years ago
lihenggui 3b1f03d386 Merge upstream
2 years ago
lihenggui a383a5f35a Merge remote-tracking branch 'upstream/main' into compose_multiplatform
2 years ago
sangyoon d9b66c4cac clean up di module in core.database package
2 years ago
Don Turner 3e4aad3210
Merge pull request #1257 from android/dt/add-module-graphs
2 years ago
Don Turner a5025390af Add title to READMEs to describe the dependency graph
2 years ago
lihenggui 94b14e7279 spotlessApply
2 years ago
lihenggui 42c3501d54 Add interfaces for DAOs
2 years ago
lihenggui 3d179d6757 Add test dependencies in the KmpLibraryConventionPlugin
2 years ago
lihenggui 6c89a82e30 Merge branch 'main' of https://github.com/android/nowinandroid into compose_multiplatform
2 years ago
Jaehwa Noh abe798056e
Add @After to guarantee DB was closed. (#1240)
2 years ago
Don Turner 80a82de945 Update module dependency graphs and add script to create them
2 years ago
Jaehwa Noh 52c0d7ae0a Remove Insert function
2 years ago
lihenggui 25934d45c9 Remove support for wasm
2 years ago
lihenggui 234ad1e6cc Change js to wasmJs
2 years ago
lihenggui 4f0c2e7b92 Implement multiplatform settings
2 years ago
lihenggui 40a9f09786 Use @Component in the database module
2 years ago
lihenggui 2f412db367 Use object to provide implementations
2 years ago
lihenggui c5521ce89b Make :core:common as a multiplatform library
2 years ago
lihenggui 29c3038e70 Add coroutine dependency
2 years ago
lihenggui 4dc3fa9653 Make JS target work
2 years ago
lihenggui 8bc97082fb Remove js support
2 years ago
lihenggui b480d60520 Fix SQL grammar errors
2 years ago
lihenggui 6b0a2a38ee Add sqljs-config.js
2 years ago
lihenggui cdc9336d8b Allow foreign keys
2 years ago
lihenggui 63835eb5c5 Fix typos in sq file
2 years ago
lihenggui af1ab65981 Add new KotlinInjectConventionPlugin
2 years ago
lihenggui 34e2981785 Using Java driver in the android tests
2 years ago
lihenggui 92392ba13d Add implementations in the test module
2 years ago
lihenggui fdf29ab32e Add necessary dependencies and fix compilation errors
2 years ago
lihenggui e0ac78cb12 Fix compile errors in DriverModule
2 years ago
lihenggui 5e792f08d9 Remove Android room annotations
2 years ago
lihenggui 5d1988a65a Implement TopicsFts
2 years ago
lihenggui ef2fe0252d Implement TopicDao
2 years ago
lihenggui 147baf2043 Implement RecentSearchQueryDao
2 years ago
lihenggui b758f6073d Fix compilation errors in NewsResourceFtsDao
2 years ago
lihenggui d56f934e12 WIP: Implement DAOs
2 years ago
lihenggui 90bf87b293 Use singular form in the sq file
2 years ago
lihenggui 9bf5033c05 Add functions in the sq file
2 years ago
lihenggui bbc9a537dc Correct sql scripts and use SQLite 3.38 dialect
2 years ago
lihenggui 8fc89e8965 Add AUTOINCREMENT in id
2 years ago
lihenggui 9810692d68 Suppress errors in sq file
2 years ago
lihenggui 69a24c7e20 Add NewsResourcesTopics
2 years ago
lihenggui 502f5646ad Add recent search query
2 years ago
lihenggui 68ea9a6a60 Rename table file name
2 years ago
lihenggui 2434f16495 Add Topics and TopicsFts
2 years ago
lihenggui 68ca447076 Add NewsResourceTopicCrossRef.sq
2 years ago