How to create a lakebase table ?

Gokkul007
New Contributor

Hi databricks community, 

I want to create a lakebase table that is synced with the delta table . So whenever the delta table is updated the changes should be available in lakebase table.  Now I want to create a databricks streamlit application and make the app to fetch data from the lakebase table that is synced to delta table in unity catalogue. Is it possible ?  How to proceed with implementation