sapling/eden/fs/inodes/sqliteoverlay
Puneet Kaushik 38299c2d3a Sqlite Overlay for Inode support on Windows
Summary:
This diff introduces a sqlite based overlay, which stores the directory inode and its entries in the sqlite database. This is similar to FsOverlay but doesn't support all the functionality. Sqlite overlay in this diff is only designed to handles the requirement for Eden on Windows.

We did not build sqlite overlay as a virtual class because as of this diff the interface and functionality of this is different from fsOverlay.

Reviewed By: simpkins

Differential Revision: D20480870

fbshipit-source-id: c87cb2ffd11c6c0c7a10bc8dfaf6164e0e442b2b
2020-04-23 12:41:47 -07:00
..
SqliteOverlay.cpp Sqlite Overlay for Inode support on Windows 2020-04-23 12:41:47 -07:00
SqliteOverlay.h Sqlite Overlay for Inode support on Windows 2020-04-23 12:41:47 -07:00