efsqlite library

Classes

ActionModelStorage
EfHomePage
EfHomePage For If You Want To Complate App With Drawer Or BottomNB
EfMaterialApp
EfMaterialApp For If You Want To Complate App With Drawer Or BottomNB
EFPrinter
EFProperty<T extends IModel>
EFProperty For The Property
EFTable<T extends IModel>
EFTable For If It Will Be A Table
IModel
IModel You Should To extends From Him To Model It's So Important
ISqliteQuery<T extends IModel>
ISqliteQueryWithBase<T extends IModel>
ManagePage<T extends IModel>
ManagePage Is For A One Page
ModelPage<T extends IModel>
ModelPage Has The Data Of Page
PropertyEnum
Provider<S extends ISqliteQuery<IModel>>
Provider Has All DB Things
ProviderBase<S extends ISqliteQuery<I>, I extends IModel>
ProviderBase To Provider From One Model
SqliteCommands
SqliteCommands Is Class Is Backend Work So Don't Worry It's Auto Using
SqliteData
SqliteData has all data like tables
SqliteQuery<T extends IModel>
SqliteQuery Class Is For Any Action
SqliteQueryStorage<T extends IModel>
SqliteQueryStorage Class Is Just Add The Events In Place
SqliteStorage

Enums

NumberUndo
NumberUndo Is The Type Of Undo
PrimaryKeyEnum
PrimaryKeyEnum Is The Type Of Primary Key
TypeEnum
TypeEnum Type Of Type Property

Typedefs

CreateNewInstance<S extends ISqliteQuery<IModel>> = S Function(SqliteData data, EFTable<IModel> table)
FromMapFunc<T> = T Function(Map<String, dynamic> map)
NewEmptyObjectDelegate<T> = T Function()
PrimaryKeyGetDelegate<T> = dynamic Function(T item)
PrimaryKeySetDelegate<T> = void Function(T item, dynamic id)
PropertyGetDelegate<V, T extends IModel> = V Function(T item)
PropertySetDelegate<I extends IModel, T> = void Function(I item, T value)
ToMapFunc<T> = Map<String, dynamic> Function(T item)