Page MenuHomePhabricator

[SQLite][native] Extract MessageType to DatabaseManagers
AbandonedPublicDraft

Authored by ashoat on Jul 15 2024, 2:17 PM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Sep 4, 1:58 AM
Unknown Object (File)
Fri, Aug 30, 11:22 AM
Unknown Object (File)
Fri, Aug 30, 11:01 AM
Unknown Object (File)
Tue, Aug 27, 10:14 PM
Unknown Object (File)
Tue, Aug 20, 5:48 PM
Unknown Object (File)
Tue, Aug 20, 1:34 AM
Unknown Object (File)
Tue, Aug 20, 1:34 AM
Unknown Object (File)
Tue, Aug 20, 1:08 AM
Subscribers
None

Details

Reviewers
kamil
tomek
marcin
Summary

I want to reuse this from the DatabaseManagers codebase, which is isolated from NativeModules so that it can be compiled to WASM for web.

As such, I'm moving it into that folder, where it can be accessed from the whole codebase.

Depends on D12760

Test Plan

Make sure it compiles

Diff Detail

Repository
rCOMM Comm
Lint
No Lint Coverage
Unit
No Test Coverage

Event Timeline

ashoat retitled this revision from [native] Extract MessageType to DatabaseManagers to [SQLite][native] Extract MessageType to DatabaseManagers.Jul 15 2024, 2:24 PM
Harbormaster returned this revision to the author for changes because remote builds failed.Jul 15 2024, 2:37 PM
Harbormaster failed remote builds in B30342: Diff 42304!

We don't actually need this, now that I'm doing the business logic in JS (see here)